mirror of https://github.com/mpv-player/mpv
DOCS/crosscompile-mingw: update
MXE's ffmpeg is not old anymore.
This commit is contained in:
parent
7fbf9e0efd
commit
515a30d9a5
|
@ -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 MXE’s 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.
|
|
||||||
|
|
Loading…
Reference in New Issue