summaryrefslogtreecommitdiffstats
path: root/DOCS/xml
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-06-10 14:45:20 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-06-10 14:45:20 +0000
commita2f1d58f5464e14e6e36daf251cb5154cd8a2bfd (patch)
tree88ba5382c4a69ab242db98848e7d212b1af2ad31 /DOCS/xml
parentea5096e79766acb08932d9d9acdf2f2e0447e861 (diff)
downloadmpv-a2f1d58f5464e14e6e36daf251cb5154cd8a2bfd.tar.bz2
mpv-a2f1d58f5464e14e6e36daf251cb5154cd8a2bfd.tar.xz
removing unused parts
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12553 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml')
-rw-r--r--DOCS/xml/en/ports.xml21
1 files changed, 5 insertions, 16 deletions
diff --git a/DOCS/xml/en/ports.xml b/DOCS/xml/en/ports.xml
index 5487b2a257..ac2e058be4 100644
--- a/DOCS/xml/en/ports.xml
+++ b/DOCS/xml/en/ports.xml
@@ -157,12 +157,13 @@ GNU C/C++ compiler is configured with or without the GNU assembler.
<para>
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 <filename>/usr/ccs/bin/as</filename>.
+configured to use the GNU assembler! The <application>MPlayer</application>
+code on the x86 platform makes heavy use of MMX, SSE and 3DNOW! instructions
+that cannot be compiled using Sun's assembler <filename>/usr/ccs/bin/as</filename>.
</para>
-<para>The <filename>configure</filename> script tries to find out, which
+<para>
+The <filename>configure</filename> script tries to find out, which
assembler program is used by your &quot;gcc&quot; command (in case the autodetection
fails, use the <option>--as=<replaceable>/wherever/you/have/installed/gnu-as</replaceable></option>
option to tell the <filename>configure</filename> script where it can find GNU
@@ -216,18 +217,6 @@ accessed modulo 4GB
The hsfs problem can be fixed by installing patch 109764-04 (sparc) / 109765-04 (x86).
</para></listitem>
</itemizedlist>
-
-<para>
-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 <application>MPlayer</application> by calling functions in Sun's
-<ulink url="http://www.sun.com/sparc/vis/mediaLib.html">mediaLib</ulink>.
-</para>
-
-<para>
-VIS accelerated operations from mediaLib are used for mpeg2 video decoding
-and for color space conversion in the video output drivers.
-</para>
</sect1>
<sect1 id="irix">