[Gstreamer-bugs] [Bug 112609] Changed - [0.6.2] fails to build gst/mpeg2enc on Solaris x86 w/o gas

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Mon May 12 18:30:18 PDT 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=112609

Changed by ds at schleef.org.

--- shadow/112609	Mon May 12 20:34:02 2003
+++ shadow/112609.tmp.2617	Mon May 12 21:30:18 2003
@@ -80,6 +80,11 @@
 Solaris x86 assembly reference manual in http://docs.sun.com says:
  "The assembler ignores all characters following a slash up to the
 next occurrence of newline".
 
 
 
+
+------- Additional Comments From ds at schleef.org  2003-05-12 21:30 -------
+That requires changing from .s files to .S.  This causes gcc to run
+the preprocessor on the file before assembling.  I think that's a good
+idea -- then we can use /* */ or //.





More information about the Gstreamer-bugs mailing list