[cheese/camerabin2-format: 24/27] configure: check for camerabin2 instead of camerabin



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

    configure: 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 1d8af4c..4ff8b5f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -136,7 +136,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]