aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWiSo <wiso@xbmc.org>2011-01-29 17:50:02 +0100
committerWiSo <wiso@xbmc.org>2011-01-29 17:50:02 +0100
commit47e71be5313854022fb35fa223e30180cd25f095 (patch)
treee89fcdaa0915886c9cc6439d1ea19f028a270c47
parent3f683da3e62dae9c899667eb80cceb42ca393ef3 (diff)
[WIN32] fixed oops
-rw-r--r--lib/ffmpeg/build_xbmc_win32.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ffmpeg/build_xbmc_win32.sh b/lib/ffmpeg/build_xbmc_win32.sh
index 377219ef41..baf42e4956 100644
--- a/lib/ffmpeg/build_xbmc_win32.sh
+++ b/lib/ffmpeg/build_xbmc_win32.sh
@@ -40,7 +40,7 @@ OPTIONS="
--enable-runtime-cpudetect \
--disable-debug"
-#./configure --extra-cflags="-fno-common -Iinclude/dxva2" --extra-ldflags="-L../../../../../system/players/dvdplayer" ${OPTIONS} &&
+./configure --extra-cflags="-fno-common -Iinclude/dxva2" --extra-ldflags="-L../../../../../system/players/dvdplayer" ${OPTIONS} &&
make -j3 &&
mkdir .libs &&