[gstreamer-bugs] [Bug 492306] compilation errors with MinGW

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Nov 1 06:30:35 PDT 2007


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=492306

  GStreamer | gst-plugins-base | Ver: HEAD CVS

Tim-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #98300|none                        |committed
               Flag|                            |
         AssignedTo|t.i.m at zen.co.uk             |gstreamer-
                   |                            |bugs at lists.sourceforge.net
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.15




------- Comment #2 from Tim-Philipp Müller  2007-11-01 13:30 UTC -------
Thanks for the patch.

The fft lib should just include our own _stdint.h from the top-level directory,
which should take care of everything.

Instead of sleep(), we should just use GLib's g_usleep().

Should all be fixed in CVS now, please double-check:

 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>

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


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=492306.




More information about the Gstreamer-bugs mailing list