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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Apr 11 03:38:06 PDT 2010


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

--- Comment #19 from Benjamin Otte (Company) <otte at gnome.org> 2010-04-11 10:38:04 UTC ---
That's why I suggested using "volatile" in the variable declaration, like so:

volatile __uint128_t v1 = 1000ULL;
volatile __uint128_t v2 = (__uint128_t) -1;
return v2 / v1;

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