[gst-cvs] CVS: gstreamer configure.base,1.96,1.97
Andy Wingo
wingo at users.sourceforge.net
Sat Oct 27 12:02:20 PDT 2001
- Previous message: [gst-cvs] CVS: gstreamer/tools gstreamer-launch.c,1.26,1.27 gstreamer-guilaunch.c,1.2,1.3
- Next message: [gst-cvs] CVS: gstreamer/gst gstpad.h,1.66,1.67 gstqueue.c,1.17,1.18 gstqueue.h,1.3,1.4 gstscheduler.c,1.34,1.35 gstthread.c,1.57,1.58
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/gstreamer/gstreamer
In directory usw-pr-cvs1:/tmp/cvs-serv5819
Modified Files:
configure.base
Log Message:
put gthread back in the package dependencies, as it appears that we use it
Index: configure.base
===================================================================
RCS file: /cvsroot/gstreamer/gstreamer/configure.base,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- configure.base 2001/10/27 06:50:04 1.96
+++ configure.base 2001/10/27 19:01:55 1.97
@@ -208,9 +208,8 @@
dnl Check for glib2
GST_CHECK_FEATURE(GLIB2, [use of glib-2.0 and GObject], , [
- PKG_CHECK_MODULES(GLIB2, glib-2.0 gobject-2.0 gmodule-2.0,
+ PKG_CHECK_MODULES(GLIB2, glib-2.0 gobject-2.0 gthread-2.0 gmodule-2.0,
HAVE_GLIB2=yes,HAVE_GLIB2=no)
- GST_PKG_DEPS="glib-2.0 gobject-2.0 gmodule-2.0"
AC_SUBST(GLIB2_LIBS)
AC_SUBST(GLIB2_CFLAGS)
], disabled, [
@@ -236,7 +235,7 @@
CORE_LIBS="$CORE_LIBS $GLIB_LIBS $GTK_LIBS"
CORE_CFLAGS="$CORE_CFLAGS $GLIB_CFLAGS $GTK_CFLAGS"
else
- GST_PKG_DEPS="glib-2.0 gobject-2.0 gmodule-2.0"
+ GST_PKG_DEPS="glib-2.0 gobject-2.0 gmodule-2.0 gthread-2.0"
PKG_CHECK_MODULES(GTK2, gtk+-2.0, HAVE_GTK=yes, HAVE_GTK=no)
- Previous message: [gst-cvs] CVS: gstreamer/tools gstreamer-launch.c,1.26,1.27 gstreamer-guilaunch.c,1.2,1.3
- Next message: [gst-cvs] CVS: gstreamer/gst gstpad.h,1.66,1.67 gstqueue.c,1.17,1.18 gstqueue.h,1.3,1.4 gstscheduler.c,1.34,1.35 gstthread.c,1.57,1.58
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Gstreamer-commits
mailing list