aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorwsoltys <wiso@no.way>2013-04-13 17:18:16 +0200
committerwsoltys <wiso@no.way>2013-04-13 17:20:43 +0200
commitd721bfca218cd411ff9b55a83ee132facf6dfe41 (patch)
treeffc217352b242533f7919f74a0e8542fcf6ea116 /lib
parentd2e4acfd41735cf68d23e7777c50eade37b3abd9 (diff)
[WIN32] fixed: hopefully this time. use the new mingw make only for ffmpeg and use the old make for the rest.
Diffstat (limited to 'lib')
-rwxr-xr-xlib/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 0209958be3..887d74ad5d 100755
--- a/lib/ffmpeg/build_xbmc_win32.sh
+++ b/lib/ffmpeg/build_xbmc_win32.sh
@@ -51,7 +51,7 @@ OPTIONS="
./configure --extra-cflags="-fno-common -Iinclude-xbmc-win32/dxva2 -DNDEBUG" --extra-ldflags="-L/xbmc/system/players/dvdplayer" ${OPTIONS} &&
-make $MAKEFLAGS &&
+mingw32-make $MAKEFLAGS &&
cp lib*/*.dll .libs/ &&
cp .libs/avcodec-54.dll /xbmc/system/players/dvdplayer/ &&
cp .libs/avformat-54.dll /xbmc/system/players/dvdplayer/ &&