aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-07-31 01:01:21 +0200
committerMax Kellermann <max@duempel.org>2013-07-31 01:01:21 +0200
commit8b2dcf7018bc2467a753fdf187ac8961124d5206 (patch)
tree4282539d8213544bfcc5b48d7a5567aa8bef68ff /configure.ac
parent44621f73269d3d269e365dee9cc5a4b5ba70d404 (diff)
downloadmpd-8b2dcf7018bc2467a753fdf187ac8961124d5206.tar.gz
mpd-8b2dcf7018bc2467a753fdf187ac8961124d5206.tar.xz
mpd-8b2dcf7018bc2467a753fdf187ac8961124d5206.zip
decoder/ffmpeg: require ffmpeg/libav 0.8
Now that even Debian stable has picked up version 0.8, we can safely make this a requirement, and remove a lot of old cruft.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3037837d8..f6b6868ac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -850,7 +850,7 @@ AM_PATH_FAAD()
AM_CONDITIONAL(HAVE_FAAD, test x$enable_aac = xyes)
dnl ---------------------------------- ffmpeg ---------------------------------
-MPD_AUTO_PKG(ffmpeg, FFMPEG, [libavformat >= 53.2 libavcodec >= 53.5 libavutil >= 51.7],
+MPD_AUTO_PKG(ffmpeg, FFMPEG, [libavformat >= 53.17 libavcodec >= 53.25 libavutil >= 51.17],
[ffmpeg decoder library], [libavformat+libavcodec+libavutil not found])
if test x$enable_ffmpeg = xyes; then