[Bug 666887] [0.11]gstinterpolationcontrolsource uses FP_NAN

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Dec 26 18:51:24 PST 2011


https://bugzilla.gnome.org/show_bug.cgi?id=666887
  GStreamer | gstreamer (core) | 0.11.x

--- Comment #1 from Matej Knopp <matej.knopp at gmail.com> 2011-12-27 02:51:19 UTC ---
Possible way to define NAN so that it works in visual c++
#define INFINITY (DBL_MAX+DBL_MAX)
#define NAN (INFINITY-INFINITY)

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