[gstreamer-bugs] [Bug 604007] New: [gstpluginloader] fails to compile with mingw32

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Dec 7 09:39:09 PST 2009


https://bugzilla.gnome.org/show_bug.cgi?id=604007
  GStreamer | gstreamer (core) | git

           Summary: [gstpluginloader] fails to compile with mingw32
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: Windows
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: julien.isorce at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


If the problem is not known:

First glib needs to be included before to check G_OS_WIN32:
--- a/gst/gstpluginloader.c
+++ b/gst/gstpluginloader.c
@@ -24,6 +24,8 @@
 #  include "config.h"
 #endif

+#include <glib.h>
+
 #ifndef G_OS_WIN32
 #include <sys/types.h>
 #include <sys/wait.h>

Then there is no native fsync on win32.

-- 
Configure bugmail: https://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