[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 16:39:07 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 19:29:36 2003
+++ shadow/112609.tmp.21580	Mon May 12 19:39:07 2003
@@ -1,12 +1,12 @@
 Bug#: 112609
 Product: GStreamer
 Version: 0.6.x CVS
 OS: SunOS
 OS Details: Solaris x86
-Status: NEW   
+Status: ASSIGNED   
 Resolution: 
 Severity: normal
 Priority: Normal
 Component: gst-plugins
 AssignedTo: ds at schleef.org                            
 ReportedBy: hidetoshi.tajima at sun.com               
@@ -55,6 +55,21 @@
 
   pushl %ebp                              /  save frame pointer
 
 doesn't work.
 
 Perhaps ';' would work for you?
+
+------- Additional Comments From ds at schleef.org  2003-05-12 19:39 -------
+Ok, I looked this up.  In gas,
+
+1) Comments start with '#'.
+
+2) Lines are comments if they start with '/', and by extension of 1),
+if they start with '#'.
+
+Does Solaris's assembler understand '#' like in
+
+  pushl %ebp                              #  save frame pointer
+
+or do all end-of-line comments need to be converted?
+





More information about the Gstreamer-bugs mailing list