gst-libs/gst/fft/: Include our own _stdint.h instead of sys/types.h, makes MingW...
authorVincent Torri <vtorri@univ-evry.fr>
Thu, 1 Nov 2007 13:28:59 +0000 (13:28 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Thu, 1 Nov 2007 13:28:59 +0000 (13:28 +0000)
commitbe04e7c294ebb62ae497a9a119ebb0b24020caca
tree8314531289466c4a157c1d2ca14b84a91f18d92e
parent05a205860dae7478153d436af3fe485df078f53d
gst-libs/gst/fft/: Include our own _stdint.h instead of sys/types.h, makes MingW happy (#492306).

Original commit message from CVS:
Patch by: Vincent Torri <vtorri at univ-evry dot fr>
* gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
* gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
Include our own _stdint.h instead of sys/types.h, makes MingW happy
(#492306).
* gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
Use _pipe directly, GLib doesn't have a pipe() macro any longer
(it disappeared in GLib 2.14.0) (#492306).
* gst-libs/gst/sdp/Makefile.am:
* gst-libs/gst/sdp/gstsdpmessage.c:
Fix includes and LIBS for win32/Mingw (#492306).
* tests/examples/dynamic/addstream.c (pause_play_stream):
Use more portable g_usleep() instead of sleep() (#492306).
ChangeLog
gst-libs/gst/fft/kiss_fft_s16.h
gst-libs/gst/fft/kiss_fft_s32.h
gst-libs/gst/rtsp/gstrtspconnection.c
gst-libs/gst/sdp/Makefile.am
gst-libs/gst/sdp/gstsdpmessage.c
tests/examples/dynamic/addstream.c