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 | 7e1ebd928c2eefe42f0c411bcb2843f37e2298f9 (patch) | |
tree | 7861d0f988e7771a2b144a2d0b1d4ae305b07d27 | |
parent | 0a30f3c6f3dc6cc296397cf923e87bb7b7d140a0 (diff) |
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) |