gstreamer/gst/dccp
Marc-André Lureau e5fc7a9f13 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 by default]
/usr/i686-w64-mingw32/sys-root/mingw/include/_mingw.h:231:0: note: this is the location of the previous definition
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_t'
In file included from ../../../gst/dccp/gstdccpplugin.c:26:0:
../../../gst/dccp/gstdccpclientsink.h:67:3: error: unknown type name 'uint8_t'
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
2011-05-16 08:53:10 +02:00
..
gstdccp.c dccp: use socklen_t where appropriate rather than specific type 2011-02-01 21:36:41 +01:00
gstdccp.h dccp: Port DCCP plugin to MinGW 2009-03-26 11:32:08 +01:00
gstdccp_common.h gst/dccp: fix build on newer mingw 2011-05-16 08:53:10 +02:00
gstdccpclientsink.c various (gst): add missing G_PARAM_STATIC_STRINGS flags 2010-10-19 15:47:17 +03:00
gstdccpclientsink.h dccp: Port DCCP plugin to MinGW 2009-03-26 11:32:08 +01:00
gstdccpclientsrc.c various (gst): add missing G_PARAM_STATIC_STRINGS flags 2010-10-19 15:47:17 +03:00
gstdccpclientsrc.h dccp: Port DCCP plugin to MinGW 2009-03-26 11:32:08 +01:00
gstdccpplugin.c Add dccp plugin. Fixes #542390. 2008-08-21 13:22:38 +00:00
gstdccpserversink.c dccpserversink: fix list iteration code 2011-03-27 17:22:52 +01:00
gstdccpserversink.h dccp: Port DCCP plugin to MinGW 2009-03-26 11:32:08 +01:00
gstdccpserversrc.c various (gst): add missing G_PARAM_STATIC_STRINGS flags 2010-10-19 15:47:17 +03:00
gstdccpserversrc.h dccp: Port DCCP plugin to MinGW 2009-03-26 11:32:08 +01:00
Makefile.am Add new plugin to spec file and add missing header to gst/dccp/Makefile.am 2009-04-27 10:04:51 +01:00