[vlc-commits] Be more pedantic for the theora library versions
Jean-Baptiste Kempf
git at videolan.org
Sun Feb 12 15:13:45 CET 2012
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Feb 12 15:13:34 2012 +0100| [22f92c935bf8d6b789afefc13c01014ccede3576] | committer: Jean-Baptiste Kempf
Be more pedantic for the theora library versions
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=22f92c935bf8d6b789afefc13c01014ccede3576
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 2567fb0..7e43699 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2738,7 +2738,7 @@ AM_CONDITIONAL([HAVE_SPEEXDSP], [test "$have_speexdsp" = "yes"])
dnl
dnl theora decoder plugin
dnl
-PKG_ENABLE_MODULES_VLC([THEORA], [], [ogg theora >= 1.0], [experimental theora codec], [auto])
+PKG_ENABLE_MODULES_VLC([THEORA], [], [ogg theoradec >= 1.0 theoraenc], [experimental theora codec], [auto])
dnl
dnl dirac encoder plugin
More information about the vlc-commits
mailing list