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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Jun 29 02:27:46 PDT 2012


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

           Summary: Fix GStreamer build on Visual C++
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Windows
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: fanc999 at yahoo.com.tw
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=217591)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=217591)
Add fallback implementation for isnan() for Visual C++

Hi,

I was trying to build GStreamer on Viaual C++ 2008/2010 and found that the code
could not be compiled on them for several parts:

-First up is that an isnan() implementation is needed.  This is done by simply
using _isnan() which does the same thing on Visual C++ in gst/math-compat.h

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