[Bug 650171] gst/dccp: fix build on newer mingw

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun May 15 23:54:00 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=650171
  GStreamer | gst-plugins-bad | unspecified

Sebastian Dröge <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |slomo at circular-chaos.org
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.23

--- Comment #2 from Sebastian Dröge <slomo at circular-chaos.org> 2011-05-16 06:53:54 UTC ---
Thanks, pushed with one minor change (stdint.h -> _stdint.h)

commit e5fc7a9f13a032c714fc3ad105ddf352accb82c3
Author: Marc-André Lureau <marcandre.lureau at gmail.com>
Date:   Sat May 14 14:48:56 2011 +0200

    gst/dccp: fix build on newer mingw

    Fix this build error:
      CC     libgstdccp_la-gstdccpplugin.lo
    In file included from ../../../gst/dccp/gstdccpclientsrc.h:29:0,
                     from ../../../gst/dccp/gstdccpplugin.c:24:
    ../../../gst/dccp/gstdccp_common.h:32:0: warning: WINVER redefined [enabled 
    /usr/i686-w64-mingw32/sys-root/mingw/include/_mingw.h:231:0: note: this is
t
    In file included from ../../../gst/dccp/gstdccpplugin.c:24:0:
    ../../../gst/dccp/gstdccpclientsrc.h:58:3: error: unknown type name
'uint8_t
    In file included from ../../../gst/dccp/gstdccpplugin.c:25:0:
    ../../../gst/dccp/gstdccpserversink.h:74:3: error: unknown type name
'uint8_
    In file included from ../../../gst/dccp/gstdccpplugin.c:26:0:
    ../../../gst/dccp/gstdccpclientsink.h:67:3: error: unknown type name
'uint8_
    In file included from ../../../gst/dccp/gstdccpplugin.c:27:0:
    ../../../gst/dccp/gstdccpserversrc.h:58:3: error: unknown type name
'uint8_t
    make: *** [libgstdccp_la-gstdccpplugin.lo] Error 1

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

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