diff options
author | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-08-26 17:02:22 +0000 |
---|---|---|
committer | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-08-26 17:02:22 +0000 |
commit | a9106585789db842c9f9a977b8052b21b1ab9106 (patch) | |
tree | 870c5868053dc09de89cb232e9d2c9ee4bf40285 /DOCS/documentation.html | |
parent | c9275017cf5cabc5595a891b6d773d7f7d10b2d1 (diff) |
*** empty log message ***
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1704 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/documentation.html')
-rw-r--r-- | DOCS/documentation.html | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/DOCS/documentation.html b/DOCS/documentation.html index 602117e686..784869651c 100644 --- a/DOCS/documentation.html +++ b/DOCS/documentation.html @@ -164,19 +164,24 @@ too. So I've decided to write/modify one...</P> <P><B><A NAME=1.3>1.3. Installation</A></B></P> -<P>If you plan to use <B>MPlayer</B> on x86 architecture, you possibly want to use +<UL> +<LI>If you plan to use <B>MPlayer</B> on x86 architecture, you possibly want to use Win32 codecs. Download and unzip w32codecs.zip to /usr/lib/win32 . Note: the avifile project has similar codecs package, but it differs from our, so if you want to use all supported codecs, then use -our package! However, you can use our codecs package with avifile.</P> +our package! However, you can use our codecs package with avifile.</LI> -<P>If you own a Matrox G200/G400/G450 card, then please see the <A HREF="video.html#2.2.1.7">2.2.1.7</A> +<LI>If you own a Matrox G200/G400/G450 card, then please see the <A HREF="video.html#2.2.1.7">2.2.1.7</A> section in order to gain big speedup. It is important to do these steps _before_ compiling <B>MPlayer</B>, otherwise no Matrox-specific support will be -built.</P> +built.</LI> -<P>If you plan to use the ProjectMayo's <B>DivX4</B> codec, check the -<A HREF="codecs.html#2.1.2.1">2.1.2.1</A> section before compiling.</P> +<LI>If you plan to use the ProjectMayo's <B>DivX4</B> codec, check the +<A HREF="codecs.html#2.1.2.1">2.1.2.1</A> section before compiling.</LI> + +<LI>For DVD support, you'll have to compile libdvdread and libcss. +See <A HREF="cd-dvd.html#4.2">section 4.2</A> for more information.</LI> +</UL> <P>Then build <B>MPlayer</B>:</P> |