After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 602524 - frei0r: GST_EXTRA_MODULE_SUFFIX never defined
frei0r: GST_EXTRA_MODULE_SUFFIX never defined
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.x
Other All
: Normal normal
: 0.10.18
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-11-20 18:44 UTC by Yaakov Selkowitz
Modified: 2009-12-01 13:30 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Yaakov Selkowitz 2009-11-20 18:44:53 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.
Comment 1 Sebastian Dröge (slomo) 2009-12-01 13:30:50 UTC
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.