[gstreamer-bugs] [Bug 318031] gstreamer should use gmodule-no-export in its .pc file

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Sep 28 10:16:59 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=318031

GStreamer | gstreamer (core) | Ver: HEAD CVS


Jan Schmidt changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.11




------- Comment #13 from Jan Schmidt  2006-09-28 17:16 UTC -------
Fixed in CVS:
        * configure.ac:
        Don't pull in gmodule-2.0.pc as a dependency in our .pc files - we
        want gmodule-no-export-2.0.pc instead so that we don't drag in
        --export-dynamic on every project that links to GStreamer.

        Also, make our export regex only match the start of symbols, rather
        than any symbol that contains '_gst' somewhere.

        * libs/gst/check/Makefile.am:
        The libgstcheck we build does however need export-dynamic, as it
        produces some symbols that don't match our _gst... style regex.
        Fixes: #318031


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list