[gstreamer-bugs] [Bug 316157] New: MinGW compilation: Plugin exports

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Tue Sep 13 01:49:26 PDT 2005


Do not reply to this email.  You can add comments to this bug at
 http://bugzilla.gnome.org/show_bug.cgi?id=316157
 GStreamer | gstreamer (core) | Ver: HEAD CVS

           Summary: MinGW compilation: Plugin exports
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Windows
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: michal.benes at xeris.cz
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: all-bugs at bugzilla.gnome.org


In gst/gstconfig.h GST_PLUGIN_EXPORT and GST_EXPORT are defined to 
__declspec(dllexport) extern or 
__declspec(dllimport) extern
This is probably needed only for MSVC and it does not work with GCC.
For MinGW/GCC, the same definitions as for other OSs should be used, ie.
#define GST_PLUGIN_EXPORT
#define GST_EXPORT extern

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list