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 333283 - [xviddec] Fix build with gcc 2.95
[xviddec] Fix build with gcc 2.95
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.1
Other Linux
: Normal normal
: 0.10.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-03-03 17:57 UTC by Jens Granseuer
Modified: 2006-05-03 21:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
C89 fix (576 bytes, patch)
2006-03-03 17:57 UTC, Jens Granseuer
committed Details | Review

Description Jens Granseuer 2006-03-03 17:57:10 UTC
The following patch makes xviddec compile with gcc 2.95
Comment 1 Jens Granseuer 2006-03-03 17:57:33 UTC
Created attachment 60585 [details] [review]
C89 fix
Comment 2 Tim-Philipp Müller 2006-03-03 18:11:05 UTC
Committed, thanks!

2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>

       * ext/xvid/gstxviddec.c: (gst_xviddec_chain):
         Declare variable at the beginning of the block and make gcc-2.9x
         happy (fixes #333283; patch by: Jens Granseuer).