[vlc-commits] Be more pedantic for the theora library versions
Jean-Baptiste Kempf
git at videolan.org
Sun Feb 12 15:44:45 CET 2012
vlc/vlc-2.0 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Feb 12 15:13:34 2012 +0100| [75c9feeaec730dbf580845963ef3dccd4a1a5fce] | committer: Jean-Baptiste Kempf
Be more pedantic for the theora library versions
(cherry picked from commit 22f92c935bf8d6b789afefc13c01014ccede3576)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=75c9feeaec730dbf580845963ef3dccd4a1a5fce
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 064fc0d..4aaf07a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2798,7 +2798,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