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 566249 - Modifiy generate_wrap_init.pl so that ifdefs are included if a gstreamermm plug-in is encountered
Modifiy generate_wrap_init.pl so that ifdefs are included if a gstreamermm pl...
Status: RESOLVED NOTABUG
Product: glibmm
Classification: Bindings
Component: general
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks: 565454
 
 
Reported: 2009-01-02 00:34 UTC by José Alburquerque
Modified: 2009-01-02 17:29 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22


Attachments
Patch so that generate_wrap_init.pl includes #ifdefs if gstreamermm plug-ins are encountered (3.59 KB, patch)
2009-01-02 00:36 UTC, José Alburquerque
none Details | Review

Description José Alburquerque 2009-01-02 00:34:21 UTC
In order for gstreamermm plug-ins to all be distributed, the gstreamermm wrap_init()s should use #ifdefs to determine if a plug-in that does not exist has been excluded from the build.  The following patch modifies generate_wrap_init.pl so that the gstreamermm wrap_init()s are generated correctly.
Comment 1 José Alburquerque 2009-01-02 00:36:38 UTC
Created attachment 125609 [details] [review]
Patch so that generate_wrap_init.pl includes #ifdefs if gstreamermm plug-ins are encountered
Comment 2 Murray Cumming 2009-01-02 10:51:06 UTC
This is a bit hacky. If possible, I'd like gstreammermm to use its own copy of this script. But tell me if that's not possible.
Comment 3 José Alburquerque 2009-01-02 17:29:51 UTC
Yes, it's possible for gstreamermm to use its own copy.  Closing.