From 5808f1c408be958e90a302f42610fc59dfa0c373 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 3 Mar 2015 11:51:22 +0100 Subject: 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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) -- cgit v1.2.3