aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorWiSo <wiso@xbmc.org>2012-02-03 20:25:36 +0100
committerWiSo <wiso@xbmc.org>2012-02-03 20:25:36 +0100
commitefcc04ad290388225643d028382290fee0b87d92 (patch)
treefaf1011ef282f989febe2da02b9156d11f7ece82 /lib
parent7b6e15625b9c1e27b3ae7ff80f2308a8e5610c80 (diff)
[WIN32] fixed: remove asserts when building a release binary.
Diffstat (limited to 'lib')
-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 2f637bdf80..bb93b67ffb 100644
--- a/lib/ffmpeg/build_xbmc_win32.sh
+++ b/lib/ffmpeg/build_xbmc_win32.sh
@@ -47,7 +47,7 @@ OPTIONS="
--enable-avfilter \
--disable-doc"
-./configure --extra-cflags="-fno-common -Iinclude-xbmc-win32/dxva2" --extra-ldflags="-L/xbmc/system/players/dvdplayer" ${OPTIONS} &&
+./configure --extra-cflags="-fno-common -Iinclude-xbmc-win32/dxva2 -DNDEBUG" --extra-ldflags="-L/xbmc/system/players/dvdplayer" ${OPTIONS} &&
make $MAKEFLAGS &&
cp lib*/*.dll .libs/ &&