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 141318 - ffmpegcolorspace doesn't compile on Solaris
ffmpegcolorspace doesn't compile on Solaris
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other opensolaris
: Normal normal
: 0.8.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-04-28 19:45 UTC by Brian Cameron
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch fixing Forte compile issues (12.96 KB, patch)
2004-04-28 19:46 UTC, Brian Cameron
none Details | Review

Description Brian Cameron 2004-04-28 19:45:24 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
Comment 1 Brian Cameron 2004-04-28 19:46:08 UTC
Created attachment 27177 [details] [review]
patch fixing Forte compile issues
Comment 2 David Schleef 2004-05-03 05:25:23 UTC
IIRC, this array initialization format is a GNU extension anyway, so it should
just be removed.
Comment 3 Ronald Bultje 2004-05-03 14:03:50 UTC
Even the kernel uses it. I've been told it's C99.
Comment 4 David Schleef 2004-05-19 06:32:27 UTC
Rather than do the simple thing and apply the patch, I rewrote it.  Why?  Don't
know.  Fixed, though.