summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-06-11 15:24:43 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-06-11 15:24:43 +0000
commita7bb9542e27265fc7988718c27516583e4430e85 (patch)
treeef96e059ea8daa01cdb620e42d040ed09b98b53f
parent68dcaa8ddf52ceb2298bee011366394540c9a7a7 (diff)
downloadgstreamer-plugins-bad-a7bb9542e27265fc7988718c27516583e4430e85.tar.gz
add enc
Original commit message from CVS: add enc
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9503b9fcc..86236365f 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)