[gnome-control-center] user-accounts: Use GStreamer 1.0
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] user-accounts: Use GStreamer 1.0
- Date: Wed, 5 Sep 2012 16:58:43 +0000 (UTC)
commit eaacb99d5feae22fb6b2794b318fc303962e0cf9
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Jul 24 12:27:19 2012 -0400
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
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index ad6da3e..a0a48a8 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]