[gstreamer-bugs] [Bug 391909] New: [patch] fix for compilation with MinGW

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Jan 2 07:03:39 PST 2007


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=391909

  GStreamer | gstreamer (core) | Ver: HEAD CVS

           Summary: [patch] fix for compilation with MinGW
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Windows
            Status: UNCONFIRMED
          Severity: major
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: vtorri at univ-evry.fr
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


gstinfo.h, gstconfig.h and gst_private.h use WIN32 variable to set which
symbols must be exported on Windows platform (using __declspec, with a
Microsoft compiler). MinGW also sets this variable, but must not use __declspec

The attached patch fix that problem by using the variable _MSC_VER instead of
WIN32.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list