mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
deactivate and remove dparams (libgstcontrol)
Original commit message from CVS: deactivate and remove dparams (libgstcontrol)
This commit is contained in:
parent
785d2b6047
commit
7dbc2c9d14
2 changed files with 11 additions and 10 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
||||||
|
2005-08-01 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
|
reviewed by: <delete if not using a buddy>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
* ext/ladspa/Makefile.am:
|
||||||
|
* ext/ladspa/gstladspa.c: (gst_ladspa_init), (gst_ladspa_loop),
|
||||||
|
(gst_ladspa_chain), (gst_ladspa_get), (plugin_init):
|
||||||
|
* ext/ladspa/gstladspa.h:
|
||||||
|
deactivate and remove dparams (libgstcontrol)
|
||||||
|
|
||||||
2005-07-27 Wim Taymans <wim@fluendo.com>
|
2005-07-27 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
* ext/faad/gstfaad.c: (gst_faad_event):
|
* ext/faad/gstfaad.c: (gst_faad_event):
|
||||||
|
|
10
configure.ac
10
configure.ac
|
@ -228,16 +228,6 @@ if test -z $GST_TOOLS_DIR; then
|
||||||
fi
|
fi
|
||||||
AC_SUBST(GST_TOOLS_DIR)
|
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
|
dnl check for gstreamer-base; uninstalled is selected preferentially
|
||||||
PKG_CHECK_MODULES(GST_BASE, gstreamer-base-$GST_MAJORMINOR >= $GST_REQ,
|
PKG_CHECK_MODULES(GST_BASE, gstreamer-base-$GST_MAJORMINOR >= $GST_REQ,
|
||||||
HAVE_GST_BASE="yes", HAVE_GST_BASE="no")
|
HAVE_GST_BASE="yes", HAVE_GST_BASE="no")
|
||||||
|
|
Loading…
Reference in a new issue