[Bug 679112] Fix GStreamer build on Visual C++
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Fri Jun 29 03:00:07 PDT 2012
https://bugzilla.gnome.org/show_bug.cgi?id=679112
GStreamer | gstreamer (core) | git
--- Comment #4 from Fan, Chun-wei <fanc999 at yahoo.com.tw> 2012-06-29 10:00:03 UTC ---
(In reply to comment #3)
> Why the && defined (_MSC_VER) here? Wouldn't that mean that the #define below
> might be referencing an inline function that we never define for other
> compilers where isnan is needed but not available?
Hi Tim,
This was done so as _isnan() is Visual C++ specific-it's not on GCC, and I
can't say about the other compilers GStreamer supports, as I don't have them
with me.
--
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