diff options
author | wsoltys <wiso@no.way> | 2013-04-13 18:02:37 +0200 |
---|---|---|
committer | wsoltys <wiso@no.way> | 2013-04-13 18:02:37 +0200 |
commit | 74fa1280aecbcce16ecd68f8aead9ec76533b8d8 (patch) | |
tree | e0d085e8b5b9cdb92bb9922ccd2205d71d4170c7 /lib | |
parent | d721bfca218cd411ff9b55a83ee132facf6dfe41 (diff) |
[WIN32] fixed make distclean for ffmpeg (thanks Voyager1)
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 887d74ad5d..33eea855b1 100755 --- a/lib/ffmpeg/build_xbmc_win32.sh +++ b/lib/ffmpeg/build_xbmc_win32.sh @@ -8,7 +8,7 @@ then then rm -r .libs fi - make distclean + mingw32-make distclean fi if [ $NUMBER_OF_PROCESSORS > 1 ]; then |