DOCS/crosscompile-mingw: update

MXE's ffmpeg is not old anymore.
This commit is contained in:
Timothy Gu 2014-02-05 16:14:34 -08:00 committed by wm4
parent 7fbf9e0efd
commit 515a30d9a5
1 changed files with 0 additions and 4 deletions

View File

@ -46,7 +46,3 @@ cd mpv
export PATH=/opt/mingw/usr/bin/:$PATH export PATH=/opt/mingw/usr/bin/:$PATH
DEST_OS=win32 TARGET=i686-w64-mingw32 ./waf configure DEST_OS=win32 TARGET=i686-w64-mingw32 ./waf configure
./waf build ./waf build
# This should work. Note however that MXEs ffmpeg package might be very old
# in order to avoid breaking e.g. xine-lib, so you might want to update that
# or build it manually as well.