summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-03-03 11:51:22 +0100
committerwm4 <wm4@nowhere>2015-03-03 11:56:44 +0100
commit5808f1c408be958e90a302f42610fc59dfa0c373 (patch)
tree3f059ce2235a100b7294a697b20dd167aced4353 /README.md
parent7031335886606714d8c2209984bc837530b2ba2d (diff)
downloadmpv-5808f1c408be958e90a302f42610fc59dfa0c373.tar.bz2
mpv-5808f1c408be958e90a302f42610fc59dfa0c373.tar.xz
build: bump required FFmpeg/Libav libraries
The af_lavrresample commit made compilation fail on Libav 10, so I think it's time to require somewhat more recent dependencies. Libav 11 is the latest release, and FFmpeg 2.4 seems to correspond to Libav 11. So use these. Also adjust the configure failure message. Instead of (accidentally) printing the pkg-config versions twice, print the release version numbers too. This is helpful, because the release version numbers are completely different from the pkg-config ones. I will probably remove some compatibility hacks in the following commits too.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 067eb7a3e9..e9a8c94d31 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ Essential dependencies (incomplete list):
- Audio output development headers (libasound/ALSA, pulseaudio)
- FFmpeg libraries (libavutil libavcodec libavformat libswscale libavfilter
and either libswresample or libavresample)
- At least FFmpeg 2.1.4 or Libav 10 is required.
+ At least FFmpeg 2.4.0 or Libav 11 is required.
- zlib
- iconv (normally provided by the system libc)
- libass (OSD, OSC, text subtitles)