summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-07-24 12:27:19 -0400
committerBastien Nocera <hadess@hadess.net>2012-09-05 17:39:54 +0100
commiteaacb99d5feae22fb6b2794b318fc303962e0cf9 (patch)
treebe5b2a44621c790a02588fbd2b17a7c6d05f260a
parent1913cc212644b1464a595d2799e6300465c1fcc9 (diff)
downloadgnome-control-center-eaacb99d5feae22fb6b2794b318fc303962e0cf9.tar.gz
user-accounts: Use GStreamer 1.0
Just changing the versions in configure.ac seems to make cheese build fine against gstreamer 1.0. https://bugzilla.gnome.org/show_bug.cgi?id=680538
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ad6da3ef2..a0a48a897 100644
--- a/configure.ac
+++ b/configure.ac
@@ -219,7 +219,7 @@ AC_ARG_WITH([cheese],
with_cheese=auto)
if test x"$with_cheese" != x"no" ; then
- PKG_CHECK_MODULES(CHEESE, gstreamer-0.10 cheese-gtk >= 3.3.5 cheese clutter-gtk-1.0, [have_cheese=yes], [have_cheese=no])
+ PKG_CHECK_MODULES(CHEESE, gstreamer-1.0 cheese-gtk >= 3.5.91 cheese clutter-gtk-1.0, [have_cheese=yes], [have_cheese=no])
if test x${have_cheese} = xyes; then
AC_DEFINE(HAVE_CHEESE, 1, [Define to 1 to enable cheese webcam support])
fi