GNOME Bugzilla – Bug 566249
Modifiy generate_wrap_init.pl so that ifdefs are included if a gstreamermm plug-in is encountered
Last modified: 2009-01-02 17:29:51 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.
Created attachment 125609 [details] [review] Patch so that generate_wrap_init.pl includes #ifdefs if gstreamermm plug-ins are encountered
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.
Yes, it's possible for gstreamermm to use its own copy. Closing.