summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2009-01-17 15:20:46 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2009-01-17 15:20:46 +0000
commite80b58148fe11ba0770e6e2927faca06d6408574 (patch)
tree329237dc19e64fa35465913ea811e2e6382d92a5
parent2539f2e0bc1ca503e4d0e71e347ef253d198e0c9 (diff)
downloadxine-lib-e80b58148fe11ba0770e6e2927faca06d6408574.tar.gz
xine-lib-e80b58148fe11ba0770e6e2927faca06d6408574.tar.bz2
Bump minimum libavcodec version requirement.
Should have been done when the reordered_opaque fix was dropped.
-rw-r--r--m4/decoders.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/decoders.m4 b/m4/decoders.m4
index 203d651b5..fd7580a07 100644
--- a/m4/decoders.m4
+++ b/m4/decoders.m4
@@ -85,7 +85,7 @@ AC_DEFUN([XINE_DECODER_PLUGINS], [
AM_CONDITIONAL([WITH_EXTERNAL_FAAD], [test x"$have_external_faad" = x"yes"])
dnl ffmpeg external version required
- PKG_CHECK_MODULES([FFMPEG], [libavcodec >= 51.20.0])
+ PKG_CHECK_MODULES([FFMPEG], [libavcodec >= 51.68.0])
PKG_CHECK_MODULES([AVUTIL], [libavutil >= 49.6.0])
PKG_CHECK_MODULES([FFMPEG_POSTPROC], [libpostproc])
AC_DEFINE([HAVE_FFMPEG], 1, [Define this if you have ffmpeg library])