[Bug 784758] New: shout2: fails to compile with gcc 7.1.0 on msys2

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Jul 10 17:04:20 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=784758

            Bug ID: 784758
           Summary: shout2: fails to compile with gcc 7.1.0 on msys2
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Windows
            Status: NEW
          Severity: major
          Priority: Normal
         Component: gst-plugins-good
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: philippe_renon at yahoo.fr
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Created attachment 355283
  --> https://bugzilla.gnome.org/attachment.cgi?id=355283&action=edit
fix compilation error with gcc 7.1.0 (msys2)

gstshout2.h declares a uint which is not defined when compiling with gcc 7.1.0
on msys2.

Proposed fix replaces that uint with a guint (and also replaces one stray int
with gint).

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