[gstreamer-bugs] [Bug 568632] __MSVCRT_VERSION__ is not defined

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Feb 20 11:20:49 PST 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=568632

  GStreamer | gstreamer (core) | Ver: git




------- Comment #3 from LRN  2009-02-20 19:20 UTC -------
Created an attachment (id=129175)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=129175&action=view)
Fixes the lack of proper __MSVCRT_VERSION__ constant

Adds __MSVCRT_VERSION__ definition to config.h (regenerate configure script
with autogen.sh)

Includes gst_private.h before gstconfig.h. gstconfig.h pulls parser.h and,
eventually, stat.h, but we need __MSVCRT_VERSION__ defined before stat.h is
included. __MSVCRT_VERSION__ is defined in config.h, so it has to be included
before stat.h, that is - before gstconfig.h . gst_private.h does just that.
Alternatively you can include config.h directly from gst.c, before both
gstconfig.h and gst_private.h.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=568632.




More information about the Gstreamer-bugs mailing list