[cheese] Check for VP8/WebM codecs during configure



commit 3ad1061d6646ec8296848d5166846841ace5b6a9
Author: David King <amigadave amigadave com>
Date:   Mon Jan 23 19:47:18 2012 +0000

    Check for VP8/WebM codecs during configure

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 6ee330c..3aa56d7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -133,7 +133,7 @@ PKG_CHECK_MODULES([CHEESE_GTK],
 AC_PATH_PROGS([GST_INSPECT], [gst-inspect-0.10 gst-inspect], [notfound])
 AS_IF([test "x$GST_INSPECT" = "xnotfound"],
   [AC_MSG_WARN([unable to check for runtime GStreamer plugin dependencies])],
-  [GST_RUNTIME_PLUGINS="camerabin theoraenc"
+  [GST_RUNTIME_PLUGINS="camerabin vp8enc webmmux"
    for gst_runtime_plugin in $GST_RUNTIME_PLUGINS
    do
      AC_MSG_CHECKING([for $gst_runtime_plugin GStreamer plugin])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]