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

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Tue Jun 10 18:50:09 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 hidetoshi.tajima at sun.com.

--- shadow/112609	Thu Jun  5 17:25:34 2003
+++ shadow/112609.tmp.24912	Tue Jun 10 21:50:09 2003
@@ -1,12 +1,12 @@
 Bug#: 112609
 Product: GStreamer
 Version: 0.6.x CVS
 OS: SunOS
 OS Details: Solaris x86
-Status: NEEDINFO   
+Status: REOPENED   
 Resolution: 
 Severity: normal
 Priority: Normal
 Component: gst-plugins
 AssignedTo: ds at schleef.org                            
 ReportedBy: hidetoshi.tajima at sun.com               
@@ -89,6 +89,33 @@
 the preprocessor on the file before assembling.  I think that's a good
 idea -- then we can use /* */ or //.
 
 ------- Additional Comments From ds at schleef.org  2003-05-18 17:36 -------
 I've checked in more fixes into HEAD.  Could you test it and tell me
 if it compiles now?
+
+------- Additional Comments From hidetoshi.tajima at sun.com  2003-06-10 21:50 -------
+Sorry for being late...
+
+I just did clean-build of gstreamer and gst-plugins on the HEAD.
+Except only a few errors, the build went very well:
+
+In mpeg2enc, there are only two:
+ quant_mmx.S:
+   - does not seem to like .short. s/.short/.value
+     will work.
+ fdct_mmx.S:
+   - does not like () in expression. [] will work.
+ 
+Other than these, there are some minors at
+a few other places.
+
+  - make install fails due to ffmpeg is missing
+    at gst-libs/ext/ffmpeg.. Perhaps, this patch is not quite right,
+but should do with a
+configure check of ffmpeg existance.
+  - __inline__ cannnot be resolved at sys/qcam
+  - there is no <sys/io.h> on Solaris.
+
+I'll attach a combined patch here. Please take a look and apply.
+
+Reopening...





More information about the Gstreamer-bugs mailing list