# HG changeset patch
# User alex
# Date 1086878720 0
# Node ID e58d894d570b9ea960bbc8d66d1f2533f5933923
# Parent f35194bbd01a660b925ca47c47b2bd469b4c29bf
removing unused parts
diff -r f35194bbd01a -r e58d894d570b DOCS/xml/en/ports.xml
--- a/DOCS/xml/en/ports.xml Thu Jun 10 14:39:54 2004 +0000
+++ b/DOCS/xml/en/ports.xml Thu Jun 10 14:45:20 2004 +0000
@@ -157,12 +157,13 @@
On Solaris x86, you need the GNU assembler and the GNU C/C++ compiler,
-configured to use the GNU assembler! The mplayer code on the x86 platform
-makes heavy use of MMX, SSE and 3DNOW! instructions that cannot be compiled
-using Sun's assembler /usr/ccs/bin/as.
+configured to use the GNU assembler! The MPlayer
+code on the x86 platform makes heavy use of MMX, SSE and 3DNOW! instructions
+that cannot be compiled using Sun's assembler /usr/ccs/bin/as.
-The configure script tries to find out, which
+
+The configure script tries to find out, which
assembler program is used by your "gcc" command (in case the autodetection
fails, use the
option to tell the configure script where it can find GNU
@@ -216,18 +217,6 @@
The hsfs problem can be fixed by installing patch 109764-04 (sparc) / 109765-04 (x86).
-
-
-On Solaris with an UltraSPARC CPU, you can get some extra speed by using the
-CPU's VIS instructions for certain time consuming operations. VIS acceleration
-can be used in MPlayer by calling functions in Sun's
-mediaLib.
-
-
-
-VIS accelerated operations from mediaLib are used for mpeg2 video decoding
-and for color space conversion in the video output drivers.
-