diff options
author | wsoltys <wiso@no.way> | 2013-04-13 17:18:16 +0200 |
---|---|---|
committer | wsoltys <wiso@no.way> | 2013-04-13 17:20:43 +0200 |
commit | d721bfca218cd411ff9b55a83ee132facf6dfe41 (patch) | |
tree | ffc217352b242533f7919f74a0e8542fcf6ea116 /lib | |
parent | d2e4acfd41735cf68d23e7777c50eade37b3abd9 (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-x | lib/ffmpeg/build_xbmc_win32.sh | 2 |
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/ && |