aboutsummaryrefslogtreecommitdiff
path: root/lib/ffmpeg/build_xbmc_win32.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ffmpeg/build_xbmc_win32.sh')
-rw-r--r--lib/ffmpeg/build_xbmc_win32.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ffmpeg/build_xbmc_win32.sh b/lib/ffmpeg/build_xbmc_win32.sh
index b0ae882386..2f637bdf80 100644
--- a/lib/ffmpeg/build_xbmc_win32.sh
+++ b/lib/ffmpeg/build_xbmc_win32.sh
@@ -19,6 +19,9 @@ if [ ! -d .libs ]; then
mkdir .libs
fi
+# add --enable-debug (remove --disable-debug ofc) to get ffmpeg log messages in xbmc.log
+# the resulting debug dll's are twice to fourth time the size of the release binaries
+
OPTIONS="
--enable-shared \
--enable-memalign-hack \