GNOME Bugzilla – Bug 602524
frei0r: GST_EXTRA_MODULE_SUFFIX never defined
Last modified: 2009-12-01 13:30:50 UTC
bad/gst/frei0r/gstfrei0r.c wants to use GST_EXTRA_MODULE_SUFFIX if defined. The problem is that while this is defined in core, that definition isn't propogated in any way to the gst-plugins modules. The result is that this is NEVER defined.
commit b70581f19a486f3c32d2af4a277c81afe53b7428 Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Tue Dec 1 14:09:29 2009 +0100 configure: Call AG_GST_PLATFORM for GST_EXTRA_MODULE_SUFFIX This is used in the frei0r plugin already but never defined anywhere. Fixes bug #602524.