Mercurial > mplayer.hg
changeset 9814:27be2a58e9ec
Make absolute symlinks relative as suggested by Rich, fix typo.
10l to Gabu for duplicating the divx instructions.
author | diego |
---|---|
date | Thu, 03 Apr 2003 16:09:34 +0000 |
parents | b0141de527df |
children | eb55fee443d2 |
files | DOCS/hu/codecs.html |
diffstat | 1 files changed, 2 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/hu/codecs.html Thu Apr 03 12:41:31 2003 +0000 +++ b/DOCS/hu/codecs.html Thu Apr 03 16:09:34 2003 +0000 @@ -99,13 +99,7 @@ cd divxcore/decore/build/linux make cp libdivxdecore.so /usr/local/lib - ln -s /usr/local/lib/libdivxdecore.so /usr/local/lib/libdivxdecore.so.0 - cp ../../src/decore.h /usr/local/include - </PRE> - cd divxcore/decore/build/linux - make - cp libdivxdecore.so /usr/local/lib - ln -s /usr/local/lib/libdivxdecore.so /usr/local/lib/libdivxdecore.so.0 + ln -s libdivxdecore.so /usr/local/lib/libdivxdecore.so.0 cp ../../src/decore.h /usr/local/include </PRE> </LI> @@ -120,7 +114,7 @@ cp path/Makefile . make cp libdivxencore.so /usr/local/lib - ln -s /usr/local/lib/libdivxdecore.so /usr/local/lib/libdivxdecore.so.0 + ln -s libdivxencore.so /usr/local/lib/libdivxencore.so.0 cp ../../src/encore.h /usr/local/include </PRE> </LI>