summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-02-05 16:14:34 -0800
committerwm4 <wm4@nowhere>2014-02-06 13:45:11 +0100
commit515a30d9a5a96ec54c9289f58aeb4ef6bbc70751 (patch)
tree29bdbe9d29ecd8e507eeb88ff591d535a69254f3
parent7fbf9e0efd53de77130b1f0779fadea5119dc5af (diff)
downloadmpv-515a30d9a5a96ec54c9289f58aeb4ef6bbc70751.tar.bz2
mpv-515a30d9a5a96ec54c9289f58aeb4ef6bbc70751.tar.xz
DOCS/crosscompile-mingw: update
MXE's ffmpeg is not old anymore.
-rw-r--r--DOCS/crosscompile-mingw.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/DOCS/crosscompile-mingw.txt b/DOCS/crosscompile-mingw.txt
index cc9d17f3a3..0e8f59c65e 100644
--- a/DOCS/crosscompile-mingw.txt
+++ b/DOCS/crosscompile-mingw.txt
@@ -46,7 +46,3 @@ cd mpv
export PATH=/opt/mingw/usr/bin/:$PATH
DEST_OS=win32 TARGET=i686-w64-mingw32 ./waf configure
./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.