[Bug 664367] New: strtok_r is not available

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Nov 18 19:38:06 PST 2011


https://bugzilla.gnome.org/show_bug.cgi?id=664367
  GStreamer | gst-plugins-gl | git

           Summary: strtok_r is not available
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Windows
            Status: UNCONFIRMED
          Severity: critical
          Priority: Normal
         Component: gst-plugins-gl
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: lrn1986 at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


gstglshadervariables.c:194:5: error: implicit declaration of function
'strtok_r'

introduced by c711633f4de7bcded15bbbfa16ebf49cfe45638f

strtok_r is not available on Windows. The easiest fix is to do
#if G_OS_WIN32
#define strtok_r strtok_s
#endif

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