GNOME Bugzilla – Bug 141318
ffmpegcolorspace doesn't compile on Solaris
Last modified: 2004-12-22 21:47:04 UTC
Attaching patch. The change to gstffmpegcodecmap.c is straightforward and should definately be applied. The change to imgconvert.c is needed because Forte doesn't support the 2001 ANSI technique of defining structures, and would be nice to also apply
Created attachment 27177 [details] [review] patch fixing Forte compile issues
IIRC, this array initialization format is a GNU extension anyway, so it should just be removed.
Even the kernel uses it. I've been told it's C99.
Rather than do the simple thing and apply the patch, I rewrote it. Why? Don't know. Fixed, though.