vlc/vlc-2.0 | branch: master | Jean-Baptiste Kempf <[email protected]> | 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 <[email protected]> > 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 _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
