diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2005-08-01 16:22:31 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2005-08-01 16:22:31 +0000 |
commit | 84371908c80920400406a718a78819a3959dc5db (patch) | |
tree | 5516969156db8bf7a6294746328dc426c782ded9 /configure.ac | |
parent | ff9956239b7202f81420ada5021d73ceb219ca97 (diff) |
deactivate and remove dparams (libgstcontrol)
Original commit message from CVS:
deactivate and remove dparams (libgstcontrol)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 10 |
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") |