[Gstreamer-bugs] [Bug 129224] New - CVS HEAD doesn't compile on big endian machines

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Fri Dec 12 13:18:02 PST 2003


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=129224

Changed by callum at physics.otago.ac.nz.

--- shadow/129224	Fri Dec 12 16:18:02 2003
+++ shadow/129224.tmp.31021	Fri Dec 12 16:18:02 2003
@@ -0,0 +1,23 @@
+Bug#: 129224
+Product: GStreamer
+Version: HEAD CVS
+OS: Linux
+OS Details: Yellowdog Linux 3.0.1 G5
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: gst-plugins
+AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
+ReportedBy: callum at physics.otago.ac.nz               
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: HEAD
+URL: 
+Summary: CVS HEAD doesn't compile on big endian machines
+
+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.




More information about the Gstreamer-bugs mailing list