[gstreamer-bugs] [Bug 614767] libgstreamer build failure on OS X x86_64

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Apr 11 12:34:41 PDT 2010


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

--- Comment #20 from David Schleef <ds at schleef.org> 2010-04-11 19:34:36 UTC ---
volatile doesn't work, because the compiler is free to ignore it when it
understands the complete lifetime of the object.  "static", however, does work.
 I would have just put them in the global scope, but that's harder to do with
autoconf.  Yay for autoconf tricks.  Please test stuff based on my patch; it
already does the autoconfy stuff correctly and has been tested on several
platforms.

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