summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-31 21:32:04 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-31 21:32:04 +0000
commit069203b276bf30491804451a24b521dfd545da3a (patch)
treef367daa57980e06cc37b836f622e48d4397dd8d9 /DOCS
parentffe62d26cf21baf81d56d0beb68f26c68536a5ec (diff)
downloadmpv-069203b276bf30491804451a24b521dfd545da3a.tar.bz2
mpv-069203b276bf30491804451a24b521dfd545da3a.tar.xz
a bit of consistency changes and new macos&darwin sections
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11341 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/en/ports.xml33
1 files changed, 30 insertions, 3 deletions
diff --git a/DOCS/xml/en/ports.xml b/DOCS/xml/en/ports.xml
index 1e935a0b01..7f5a0cbb61 100644
--- a/DOCS/xml/en/ports.xml
+++ b/DOCS/xml/en/ports.xml
@@ -106,10 +106,17 @@ is first in your <envar>$PATH</envar> and do a <command>gmake -k</command>, then
make sure that the native version is used and do <command>gmake</command>.
</para>
</sect2>
+
+<sect2 id="darwin">
+<title>Darwin</title>
+<para>
+See the <link linkend="macos">MacOS</link> section.
+</para>
+</sect2>
</sect1>
<sect1 id="solaris">
-<title>Solaris</title>
+<title>Sun Solaris</title>
<para>
<application>MPlayer</application> should work on Solaris 2.6 or newer.
</para>
@@ -214,8 +221,8 @@ and for color space conversion in the video output drivers.
</para>
</sect1>
-<sect1 id="sgi">
-<title>Silicon Graphics / Irix</title>
+<sect1 id="irix">
+<title>Silicon Graphics Irix</title>
<para>
You can either try to install the GNU install program, and (if you did
not put it in your global path) then point to the location with:
@@ -363,4 +370,24 @@ since QNX has only X <emphasis>emulation</emphasis> which is VERY slow. Use SDL.
</sect1>
+<sect1 id="macos">
+<title>MacOS</title>
+<para>
+Only MacOS X 10.2 and up is supported by the "raw"
+<application>MPlayer</application> source. Feel free to make support for older
+MacOS versions and send patches!
+</para>
+
+<para>
+Apple's modified GCC 3.x is preferred for compiling
+<application>MPlayer</application> especially when using libavcodec as Apple's
+modified GCC 2.95.x doesn't support C99 syntax well.
+</para>
+
+<para>
+One can get an Aqua GUI for <application>MPlayer</application> together with
+compiled <application>MPlayer</application> binaries for MacOS X from the
+<ulink url="http://mplayerosx.sf.net/">MPlayerOSX</ulink> project.
+</sect1>
+
</chapter>