Blame 0001-Explicitely-require-gstreamer-0.10-for-linking.patch

8677d6b
From def097f5f374cc490ea0307eddd9f3894cfade03 Mon Sep 17 00:00:00 2001
8677d6b
From: Bastien Nocera <hadess@hadess.net>
8677d6b
Date: Wed, 10 Feb 2010 10:54:59 +0000
8677d6b
Subject: [PATCH] Explicitely require gstreamer-0.10 for linking
8677d6b
8677d6b
Otherwise we get this error:
8677d6b
/usr/bin/ld: main.o: undefined reference to symbol 'gst_init_get_option_group'
8677d6b
/usr/bin/ld: note: 'gst_init_get_option_group' is defined in DSO /usr/lib/libgstreamer-0.10.so.0 so try adding it to the linker command line
8677d6b
/usr/lib/libgstreamer-0.10.so.0: could not read symbols: Invalid operation
8677d6b
---
8677d6b
 configure.ac |    2 +-
8677d6b
 1 files changed, 1 insertions(+), 1 deletions(-)
8677d6b
8677d6b
diff --git a/configure.ac b/configure.ac
8677d6b
index 43d6452..01b4533 100644
8677d6b
--- a/configure.ac
8677d6b
+++ b/configure.ac
8677d6b
@@ -38,7 +38,7 @@ PKG_CHECK_MODULES(DBUS_GLIB, dbus-glib-1)
8677d6b
 PKG_CHECK_MODULES(UNIQUE, unique-1.0)
8677d6b
 PKG_CHECK_MODULES(POLKIT, polkit-gtk-1)
8677d6b
 PKG_CHECK_MODULES(GCONF, gconf-2.0)
8677d6b
-PKG_CHECK_MODULES(CHEESE, cheese-gtk > 2.29.6, have_cheese=yes, have_cheese=no)
8677d6b
+PKG_CHECK_MODULES(CHEESE, gstreamer-0.10 cheese-gtk > 2.29.6, have_cheese=yes, have_cheese=no)
8677d6b
 
8677d6b
 if test x$have_cheese = xyes ; then
8677d6b
 	AC_DEFINE(HAVE_CHEESE, 1, [Define to 1 to enable cheese webcam support])
8677d6b
-- 
8677d6b
1.6.6
8677d6b