summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2005-08-01 16:22:31 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2005-08-01 16:22:31 +0000
commit4227b442c6698b4cc30aa2965bffd78577bacc0b (patch)
treec61d08c4e701dfba47070d7b9a5329fec195ead2 /configure.ac
parent0e6ea270ef27bf74420563610d56adc492ff1668 (diff)
downloadgst-plugins-bad-4227b442c6698b4cc30aa2965bffd78577bacc0b.tar.gz
gst-plugins-bad-4227b442c6698b4cc30aa2965bffd78577bacc0b.tar.bz2
gst-plugins-bad-4227b442c6698b4cc30aa2965bffd78577bacc0b.zip
deactivate and remove dparams (libgstcontrol)
Original commit message from CVS: deactivate and remove dparams (libgstcontrol)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac
index 9bd7787e..7a1e22bc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -228,16 +228,6 @@ if test -z $GST_TOOLS_DIR; then
fi
AC_SUBST(GST_TOOLS_DIR)
-dnl check for gstreamer-control; uninstalled is selected preferentially
-PKG_CHECK_MODULES(GST_CONTROL, gstreamer-control-$GST_MAJORMINOR >= $GST_REQ,
- HAVE_GST_CONTROL="yes", HAVE_GST_CONTROL="no")
-
-if test "x$HAVE_GST_CONTROL" = "xno"; then
- AC_MSG_ERROR(no GStreamer Control Libs found)
-fi
-
-AC_SUBST(GST_CONTROL_LIBS)
-
dnl check for gstreamer-base; uninstalled is selected preferentially
PKG_CHECK_MODULES(GST_BASE, gstreamer-base-$GST_MAJORMINOR >= $GST_REQ,
HAVE_GST_BASE="yes", HAVE_GST_BASE="no")