summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2005-02-28 08:23:27 +0000
committerBastien Nocera <hadess@src.gnome.org>2005-02-28 08:23:27 +0000
commitc711cd6b849838af774315ea1e51fed6a088e1de (patch)
treeffbde996ebef59d72779c1e870992cc22b13a79d /configure.in
parent14d35a57f86745ec14f036f3b9b5cc0bf0b6fd02 (diff)
downloadtotem-c711cd6b849838af774315ea1e51fed6a088e1de.tar.gz
require glib 2.6.3 to fix the GStreamer thumbnailer quitting too early
2005-02-28 Bastien Nocera <hadess@hadess.net> * configure.in: require glib 2.6.3 to fix the GStreamer thumbnailer quitting too early
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 4486188f1..019d6cce3 100644
--- a/configure.in
+++ b/configure.in
@@ -83,7 +83,8 @@ if test x$HAVE_XINE = xno; then
PKG_CHECK_MODULES(GST, \
gstreamer-$GST_MAJORMINOR >= $GST_REQS \
gstreamer-gconf-$GST_MAJORMINOR >= $GSTPLUG_REQS \
- gstreamer-interfaces-$GST_MAJORMINOR >= $GSTPLUG_REQS,
+ gstreamer-interfaces-$GST_MAJORMINOR >= $GSTPLUG_REQS \
+ glib-2.0 >= 2.6.3,
HAVE_GSTREAMER=yes, HAVE_GSTREAMER=no)
MM="gstreamer-$GST_MAJORMINOR >= $GST_REQS gstreamer-gconf-$GST_MAJORMINOR >= $GSTPLUG_REQS gstreamer-interfaces-$GST_MAJORMINOR >= $GSTPLUG_REQS"