[cheese] Check for camerabin2 instead of camerabin



commit 52e64969beac36ff185c8984862a83ebff3f0901
Author: Thiago Santos <thiago sousa santos collabora com>
Date:   Wed Feb 1 22:12:11 2012 -0300

    Check for camerabin2 instead of camerabin

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index fb61aaf..6177ddb 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 vp8enc webmmux"
+  [GST_RUNTIME_PLUGINS="camerabin2 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]