summaryrefslogtreecommitdiffstats
path: root/DOCS/codecs.html
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-24 16:01:16 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-24 16:01:16 +0000
commitf8f7a0f658a4fb242ef69626329cde6cbdd63b56 (patch)
tree6e56e6b7d779b3568faeb3748873f8a7ca56ffd2 /DOCS/codecs.html
parentc51f7cb391ace1af6b56c93b6f85ab82cb7aa49a (diff)
downloadmpv-f8f7a0f658a4fb242ef69626329cde6cbdd63b56.tar.bz2
mpv-f8f7a0f658a4fb242ef69626329cde6cbdd63b56.tar.xz
*** empty log message ***
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2453 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/codecs.html')
-rw-r--r--DOCS/codecs.html14
1 files changed, 12 insertions, 2 deletions
diff --git a/DOCS/codecs.html b/DOCS/codecs.html
index a65f7cd3a7..b693bfd8b3 100644
--- a/DOCS/codecs.html
+++ b/DOCS/codecs.html
@@ -181,8 +181,8 @@ easy to enable them:</P>
isn't there, so download it from the <A HREF="http://www.3ivx.com">3ivx site</A>.</LI>
<LI>copy the codecs, or make symlinks for them to <CODE>/usr/lib/xanim/mods</CODE> .
- Accordingly :<BR> <CODE>ln -s vid_cvid_2.1_linuxELFx86c6.xa vid_cvid.xa</CODE>
- for all of them.<BR> You can define another search path in xacodec.c:
+ Accordingly :<BR><CODE>ln -s vid_cvid_2.1_linuxELFx86c6.xa vid_cvid.xa</CODE>
+ for all of them.<BR>You can define another search path in xacodec.c:
<CODE>#define XACODEC_PATH "/usr/lib/xanim/mods"</CODE>.</LI>
</UL>
</P>
@@ -192,6 +192,16 @@ option to tell <B>MPlayer</B> to use them if possible.</P>
<P>Tested codecs are: <B>Indeo 3.2</B>, <B>4.1</B>, <B>5.0</B>, <B>CVID</B>, <B>3ivX</B>, <B>h263</B>.</P>
+
+<P><B><A NAME=2.1.2.5>2.1.2.5. libmad support</A></B></P>
+
+<P><A HREF="http://mad.sourceforge.net">libmad</A> is a multiplatform MPEG audio
+decoding library. If you don't know why is it good, you probably don't need it.</P>
+
+<P>To enable support, compile with the <CODE>--enable-mad</CODE> configure
+option.</P>
+
+
<P><B><A NAME=2.1.4>2.1.4. Codec importing howto</A></B></P>
<P><B><A NAME=2.1.4.1>2.1.4.1. VFW codecs</A></B></P>