[Bug 679112] Fix GStreamer build on Visual C++

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Jun 29 02:34:42 PDT 2012


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

--- Comment #2 from Fan, Chun-wei <fanc999 at yahoo.com.tw> 2012-06-29 09:34:40 UTC ---
Created an attachment (id=217593)
 View: https://bugzilla.gnome.org/attachment.cgi?id=217593
 Review: https://bugzilla.gnome.org/review?bug=679112&attachment=217593

gstfdsink.c: Do the #ifdef G_OS_WIN32 a bit later

Last of this is to move the section "#ifdef G_OS_WIN32" a bit down, to after
the inclusion of gstfdsink.h, to ensure that the GLib headers and the
definition of G_OS_WIN32 is pulled in, especially for C89 compilers like Visual
C++.

Thanks for the time, with blessings!

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