[Bug 743795] gtask: add thread name support on OS X and iOS
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Sun Feb 1 11:48:59 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=743795
GStreamer | gstreamer (core) | git master
--- Comment #5 from Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> 2015-02-01 19:48:57 UTC ---
It breaks on Linux since _MSC_VER is undefined, should I add a > check ? Other
part of the code do checks like:
#if defined (_MSC_VER) && _MSC_VER >= 1400
Version 1300, 1400 and 1600 are used, so I could not tell myself. Note that if
it's >0 the right check, then it will most likely always work the way it is,
and I'm not worried.
--
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