[Bug 679112] Fix GStreamer build on Visual C++

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jul 2 12:30:42 PDT 2012


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

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #217801|none                        |committed
             status|                            |

--- Comment #9 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2012-07-02 19:30:38 UTC ---
(From update of attachment 217801)
Took the liberty of adding the missing semicolon:


commit 02c07aa854f5ca923105a1a16ba5807e66c50069
Author: Chun-wei Fan <fanchunwei at src.gnome.org>
Date:   Fri Jun 29 16:52:31 2012 +0800

    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

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