diff options
author | atmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-06-24 19:27:00 +0000 |
---|---|---|
committer | atmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-06-24 19:27:00 +0000 |
commit | 1a4c3b87e0de7d64cf5aa88d59585d70b5c0a116 (patch) | |
tree | 0a0c4712bddfba86c0e0320aa63e80ae3c8d3035 | |
parent | 2387f745cd216bc3523ad6124ed9a221aea3c50a (diff) |
Update by jk.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1222 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | DOCS/SOLARIS | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/DOCS/SOLARIS b/DOCS/SOLARIS index d7310813d5..3f9e4d8a91 100644 --- a/DOCS/SOLARIS +++ b/DOCS/SOLARIS @@ -5,7 +5,10 @@ Notes for Solaris users the use of win32 codecs. 2. To build the package you will need GNU make (gmake, /opt/sfw/gmake), - native Solaris make will not work. + native Solaris make will not work. You also need the GNU C compiler, + configured to use the GNU Assembler. The mplayer code makes heavy use + of MMX, SSE and 3DNOW! instructions that cannot be compiled using Sun's + assembler /usr/ccs/bin/as. 3. For DVD support you must have the patched libcss installed. Patch: http://www.tools.de/solaris/mplayer/ |