diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-06-11 15:24:43 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-06-11 15:24:43 +0000 |
commit | a7bb9542e27265fc7988718c27516583e4430e85 (patch) | |
tree | ef96e059ea8daa01cdb620e42d040ed09b98b53f | |
parent | 68dcaa8ddf52ceb2298bee011366394540c9a7a7 (diff) | |
download | gst-plugins-bad-a7bb9542e27265fc7988718c27516583e4430e85.tar.gz gst-plugins-bad-a7bb9542e27265fc7988718c27516583e4430e85.tar.bz2 gst-plugins-bad-a7bb9542e27265fc7988718c27516583e4430e85.zip |
add enc
Original commit message from CVS:
add enc
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9503b9fc..86236365 100644 --- a/configure.ac +++ b/configure.ac @@ -1516,7 +1516,7 @@ GST_CHECK_FEATURE(OGG, [ogg de/encoder], oggdemux oggmux, [ dnl *** theora *** translit(dnm, m, l) AM_CONDITIONAL(USE_THEORA, true) -GST_CHECK_FEATURE(THEORA, [ogg theora codec], theoradec, [ +GST_CHECK_FEATURE(THEORA, [ogg theora codec], theoradec theoraenc, [ PKG_CHECK_MODULES(THEORA, theora, [ HAVE_THEORA="yes" AC_SUBST(THEORA_LIBS) |