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 129224 - CVS HEAD doesn't compile on big endian machines
CVS HEAD doesn't compile on big endian machines
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: 0.7.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-12-12 21:17 UTC by Callum McKenzie
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch for compilation on big-endian machines. (1.17 KB, patch)
2003-12-12 21:21 UTC, Callum McKenzie
none Details | Review

Description Callum McKenzie 2003-12-12 21:17:13 UTC
The file gst/matroska/ebml-write.c doesn't compile on big-endian machines
when using CVS since -Werror is on and one of the variables is only used if
the machine is little-endian. Hence compilation fails with an unused
variable warning. The patch adds conditional compilation to the variable
declaration too. The other obvious option is to be less picky about
compilation.
Comment 1 Callum McKenzie 2003-12-12 21:21:28 UTC
Created attachment 22389 [details] [review]
Patch for compilation on big-endian machines.
Comment 2 Ronald Bultje 2003-12-13 17:09:10 UTC
I ignored the ChangeLog part, I don't really keep proper changelogs,
sorry. But the compile error is fixed.

Thanks!