After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 328264 - Fix build with gcc 2.95
Fix build with gcc 2.95
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.1
Other All
: Normal normal
: 0.10.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-01-23 08:34 UTC by Jens Granseuer
Modified: 2006-01-23 10:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
C89 fixes (2.99 KB, patch)
2006-01-23 08:34 UTC, Jens Granseuer
committed Details | Review

Description Jens Granseuer 2006-01-23 08:34:11 UTC
The following patch fixes a few C99-style variable initializations.
Comment 1 Jens Granseuer 2006-01-23 08:34:39 UTC
Created attachment 57910 [details] [review]
C89 fixes
Comment 2 Tim-Philipp Müller 2006-01-23 10:01:48 UTC
Applied, thanks for the patch!

2006-01-23  Tim-Philipp M\uffff\uffffller  <tim at centricular dot net>

        * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
        * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
        * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
        * gst/rtsp/sdpmessage.h:
        * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
        * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
          C89 fixes: declare variables at the beginning of a block and
          make gcc-2.9x happy (#328264; patch by: Jens Granseuer
          <jensgr at gmx dot net>).