[gstreamer-bugs] [Bug 498222] A couple of patches to improve configuration

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Nov 19 08:28:19 PST 2007


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=498222

  GStreamer | gstreamer (core) | Ver: HEAD CVS




------- Comment #3 from Peter Kjellerstedt  2007-11-19 16:28 UTC -------
Created an attachment (id=99334)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=99334&action=view)
Make it easier to include and exclude plugins

This is the main patch of these patches. It adds two new m4 macros:
AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN. It also modifies
AG_GST_ARG_WITH_PLUGINS to work with the two new macros.

The idea is to use AG_GST_CHECK_PLUGIN for each plugin which today is listed
manually in GST_PLUGINS_ALL. And then use AG_GST_DISABLE_PLUGIN for any plugin
which needs to be disabled for any reason (lack of some header file or
whatever). It also makes it possible to check for USE_PLUGIN_<plugin name> in
Makefile.am, which can be useful e.g. to not include check tests for disabled
plugins.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=498222.




More information about the Gstreamer-bugs mailing list