diff options
author | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-07-20 00:10:18 +0000 |
---|---|---|
committer | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-07-20 00:10:18 +0000 |
commit | 1cece7b434e724456c958544a6e0af427ae78e07 (patch) | |
tree | 350777b5408356a7e5960439370bb13807ee3085 /DOCS/DivX4Linux | |
parent | d6276652fcce1c49216202bb3253d455b5ee5c4b (diff) |
fixed typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1356 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/DivX4Linux')
-rw-r--r-- | DOCS/DivX4Linux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/DivX4Linux b/DOCS/DivX4Linux index 6bdab73695..b1431d15b3 100644 --- a/DOCS/DivX4Linux +++ b/DOCS/DivX4Linux @@ -18,11 +18,11 @@ How to enable DivX4Linux support? Change DECORE_LIBS in config.mak to be: DECORE_LIBS=-L/usr/local/lib -ldivxdecore -4. Compile mplayer +4. Compile mplayer (make;make install) 5. How to enable it? It's a bit tricky. As it conflicts with opendivx (it's API is very - similar to opendivx's), opendivx code is disabled, and teh opendivx + similar to opendivx's), opendivx code is disabled, and the opendivx driver calls this library too. You have 2 choices: -vc odivx : using divx4 codec as a new version of opendivx. |