math-compat.h: add implementation for isnan() for Visual C++
authorChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 29 Jun 2012 08:52:31 +0000 (16:52 +0800)
committerTim-Philipp Müller <tim@centricular.net>
Mon, 2 Jul 2012 19:27:53 +0000 (20:27 +0100)
commit02c07aa854f5ca923105a1a16ba5807e66c50069
treeebde835bc5d00c90b50d62c8dff921d8a6190469
parentcb5e8f2bb48549ac25b264db92d949178b735029
math-compat.h: add implementation for isnan() for Visual C++

Visual C++ does not have isnan(), so add fallback to
math-compat.h (could use _isnan() in this case, but
this makes it work for all cases where isnan is missing).

https://bugzilla.gnome.org/show_bug.cgi?id=679112
gst/math-compat.h