GNOME Bugzilla – Bug 340980
[pixbuf,wavparse] fix build with gcc 2.95
Last modified: 2006-05-08 10:59:32 UTC
The following patches fix C89 compliance in gdk_pixbuf and wavparse.
Created attachment 64990 [details] [review] gdk_pixbuf C89 fix
Created attachment 64991 [details] [review] wavparse C89 fix
Patch by: Jens Granseuer <jensgr at gmx dot net> * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init): * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose): C89 compliance fixes. Fixes #340980