summaryrefslogtreecommitdiffstats
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
commit7e1ebd928c2eefe42f0c411bcb2843f37e2298f9 (patch)
tree7861d0f988e7771a2b144a2d0b1d4ae305b07d27
parent0a30f3c6f3dc6cc296397cf923e87bb7b7d140a0 (diff)
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 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)