[vlc-commits] allow sout for avcodec>=55
Ilkka Ollakka
git at videolan.org
Thu Mar 14 11:00:27 CET 2013
vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Sat Mar 9 14:02:25 2013 +0200| [e4ef96c295e2ac7b36b8ca7da4179eaba0519da6] | committer: Ilkka Ollakka
allow sout for avcodec>=55
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e4ef96c295e2ac7b36b8ca7da4179eaba0519da6
---
configure.ac | 5 -----
1 file changed, 5 deletions(-)
diff --git a/configure.ac b/configure.ac
index c560047..ee8650e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2222,11 +2222,6 @@ AC_ARG_ENABLE(avcodec,
[ --enable-avcodec libavcodec codec (default enabled)])
AS_IF([test "${enable_avcodec}" != "no"], [
PKG_CHECK_MODULES(AVCODEC,[libavcodec >= 53.34.0 libavutil >= 51.22.0], [
- AS_IF([test "${enable_sout}" != "no"], [
- PKG_CHECK_EXISTS([libavcodec < 55],, [
- AC_MSG_ERROR([libavcodec version 55 requires --disable-sout.])
- ])
- ])
PKG_CHECK_EXISTS([libavcodec < 56],, [
AC_MSG_ERROR([libavcodec versions 56 and later are not supported yet.])
])
More information about the vlc-commits
mailing list