GNOME Bugzilla – Bug 344136
More accurate list of plugins which will/will not be built when configuring
Last modified: 2006-07-18 10:38:45 UTC
The attached patch (versus the CVS repository) modifies common/m4/gst-feature.m4 to more accurately list which plugins will and will not be built. This affects the plugins which do not have any external dependencies. The patch also removes the hackery in gst-plugins-good/configure.ac where the udp and rtsp plugins are put on the $GST_PLUGINS_NO list if they are not being built as this is no longer needed. Other information: The patch will not apply cleanly if the patch from my report #343678 has been applied, but this should be resolved easily.
Created attachment 66905 [details] [review] Improved listing of plugins to build/exclude
Thanks, committed: 2006-06-22 Tim-Philipp Müller <tim at centricular dot net> Patch by: Peter Kjellerstedt <pkj at axis com> * m4/gst-feature.m4: Show list of plugins without external dependencies that will not be built as well (#344136). (configure.ac change in -good will be done with bug #345288).