summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2002-01-14 07:18:42 +0000
committerAndy Wingo <wingo@pobox.com>2002-01-14 07:18:42 +0000
commitf46c98ca133e5019f17516fb286ef534c38a2f0f (patch)
treebc48b4e3c63e77113e4aa7ecc3f4f990a96d50e5
parent93e9ac34a1058caab1ef680071874d620a10d132 (diff)
downloadgst-plugins-bad-f46c98ca133e5019f17516fb286ef534c38a2f0f.tar.gz
gst-plugins-bad-f46c98ca133e5019f17516fb286ef534c38a2f0f.tar.bz2
gst-plugins-bad-f46c98ca133e5019f17516fb286ef534c38a2f0f.zip
doc and configure updates, and the beginnings of gst-xmllaunch
Original commit message from CVS: doc and configure updates, and the beginnings of gst-xmllaunch
-rw-r--r--configure.ac7
1 files changed, 2 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 949804ad..265c44f3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -120,11 +120,8 @@ else
HAVE_NASM="yes"
fi
-dnl check for gstreamer; check for uninstalled first
-PKG_CHECK_MODULES(GST, gstreamer-uninstalled >= 0.3.1, HAVE_GST="yes", HAVE_GST="no")
-if test "x$HAVE_GST" = "xno"; then
- PKG_CHECK_MODULES(GST, gstreamer >= 0.3.1, HAVE_GST="yes", HAVE_GST="no")
-fi
+dnl check for gstreamer; uninstalled is selected preferentially -- see pkg-config(1)
+PKG_CHECK_MODULES(GST, gstreamer >= 0.3.0, HAVE_GST="yes", HAVE_GST="no")
if test "x$HAVE_GST" = "xno"; then
AC_MSG_ERROR(no GStreamer found)