Mercurial > mplayer.hg
comparison DOCS/codecs.html @ 2684:aadd16c5d6eb
divx4 installation updated
author | gabucino |
---|---|
date | Sun, 04 Nov 2001 14:35:50 +0000 |
parents | f23882410024 |
children | a2bb142ce67d |
comparison
equal
deleted
inserted
replaced
2683:82403781e13d | 2684:aadd16c5d6eb |
---|---|
65 | 65 |
66 <P>The codec can be downloaded from the following URL:</P> | 66 <P>The codec can be downloaded from the following URL:</P> |
67 | 67 |
68 <P> <A HREF="http://download2.projectmayo.com/dnload/divx4linux/divx4linux-20010718.zip">http://download2.projectmayo.com/dnload/divx4linux/divx4linux-20010718.zip</A></P> | 68 <P> <A HREF="http://download2.projectmayo.com/dnload/divx4linux/divx4linux-20010718.zip">http://download2.projectmayo.com/dnload/divx4linux/divx4linux-20010718.zip</A></P> |
69 | 69 |
70 <P>No automatic installing available at this time, so install it manually, | 70 <P>Unpack it, and run <CODE>./install.sh</CODE> as root.</P> |
71 EXACTLY as described here. Unpack it, and copy files to their place:</P> | |
72 | |
73 <P><CODE>cp libdivxdecore.so.0.0.0 /usr/local/lib/<BR> | |
74 ln -s /usr/local/lib/libdivxdecore.so.0.0.0 /usr/local/lib/libdivxdecore.so.0<BR> | |
75 ln -s /usr/local/lib/libdivxdecore.so.0 /usr/local/lib/libdivxdecore.so<BR> | |
76 ldconfig<BR> | |
77 cp decore.h /usr/local/include/</CODE></P> | |
78 | 71 |
79 <P>Note: do NOT forget to add /usr/local/lib to your /etc/ld.so.conf !</P> | 72 <P>Note: do NOT forget to add /usr/local/lib to your /etc/ld.so.conf !</P> |
80 | 73 |
81 <P><B>MPlayer</B> autodetects if DivX4 is (properly) installed, just compile | 74 <P><B>MPlayer</B> autodetects if DivX4 is (properly) installed, just compile |
82 as usual. If it doesn't detect it, you didn't install it exactly as above, | 75 as usual. If it doesn't detect it, you didn't install it exactly as above, |