GNOME Bugzilla – Bug 602161
bad .17 VPATH build fix
Last modified: 2009-11-18 07:05:29 UTC
Created attachment 147952 [details] [review] bad .17 VPATH patch Between -bad .16 and .17, there was an API change in gst_signal_processor_class_add_pad_template(). If .16 is already installed on the system and .17 is built VPATH ($top_builddir != $top_srcdir), then the .16 header is found and the compile of the ladspa and lv2 plugins fail with a "too few arguments" error. Patch for .17 attached.
Thanks, I'll push this after gst-plugins-bad is open again. commit e535a3cdd3a4094aa2ba4dc337ba7d39f0cbfcd9 Author: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Date: Tue Nov 17 16:31:09 2009 +0100 signalprocessor: Use correct CFLAGS for the signalprocessor headers in LV2/L This makes sure that the headers from the source tree are taken and not accidentially installed system headers in the case of builddir!=srcdir. Fixes bug #602161.