[vlc-commits] commit: Check for avcodec version also in configure (Jean-Baptiste Kempf )
git at videolan.org
git at videolan.org
Fri Apr 16 15:39:02 CEST 2010
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Apr 16 15:38:56 2010 +0200| [d8b153f8a487ae1da3957062b885c577beac9650] | committer: Jean-Baptiste Kempf
Check for avcodec version also in configure
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d8b153f8a487ae1da3957062b885c577beac9650
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index e2deb15..651e174 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2667,7 +2667,7 @@ AC_ARG_ENABLE(avcodec,
[ --enable-avcodec libavcodec codec (default enabled)])
if test "${enable_avcodec}" != "no"
then
- PKG_CHECK_MODULES(AVCODEC,[libavcodec >= 51.48.0 libavutil],
+ PKG_CHECK_MODULES(AVCODEC,[libavcodec >= 52.2.0 libavutil],
[
VLC_SAVE_FLAGS
CPPFLAGS="${CPPFLAGS} ${AVCODEC_CFLAGS}"
More information about the vlc-commits
mailing list