[WIN32] added: build ffmpeg with gnutls support. Force extracting during unzipping.
authorwsoltys <wiso@no.way>
Mon, 9 Sep 2013 18:57:37 +0000 (20:57 +0200)
committerwsnipex <wsnipex@a1.net>
Mon, 7 Oct 2013 07:06:46 +0000 (09:06 +0200)
lib/ffmpeg/build_xbmc_win32.sh
project/BuildDependencies/scripts/dlextract.bat

index ea5a99c..dbc1b3e 100755 (executable)
@@ -48,6 +48,7 @@ OPTIONS="
 --enable-runtime-cpudetect \
 --enable-avfilter \
 --enable-dxva2 \
+--enable-gnutls \
 --disable-doc"
 
 ./configure --extra-cflags="-fno-common -Iinclude-xbmc-win32/dxva2 -DNDEBUG" --extra-ldflags="-L/xbmc/system/players/dvdplayer" ${OPTIONS} &&
index 6834209..a9d7fe7 100644 (file)
@@ -22,7 +22,7 @@ echo -------------
 cd %TMP_PATH%
 
 FOR /F "eol=; tokens=1,2" %%f IN (%2) DO (
-  %ZIP% x %%f
+  %ZIP% x -y %%f
 )
 
 FOR /F "tokens=*" %%f IN ('dir /B "*.tar"') DO (