diff options
author | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-08-03 16:19:38 +0000 |
---|---|---|
committer | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-08-03 16:19:38 +0000 |
commit | 5a72511e8b21c82687a3c0a47ca7f88ab689afba (patch) | |
tree | 51cb490ae3a4d4bac1e03d4b4c97303ea8e84a9e /DOCS | |
parent | 8d8f18e7d58fd6cd4e480c3f966c6fdee1a4a310 (diff) |
*** empty log message ***
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1435 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/documentation.html | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/DOCS/documentation.html b/DOCS/documentation.html index e0a9de23b0..410f20d98d 100644 --- a/DOCS/documentation.html +++ b/DOCS/documentation.html @@ -306,17 +306,8 @@ Table of Contents cp decore.h /usr/local/include/ - At the moment <B>MPlayer</B> doesn't contain autodetection for the codec, so you'll - have to edit config.h and config.mak manually. But first run ./configure . - Change #undef NEW_DECORE to #define NEW_DECORE in config.h - Change #define MPEG12_POSTPROC to #undef MPEG12_POSTPROC in config.h - Change DECORE_LIBS in config.mak to be: - - - DECORE_LIBS=-L/usr/local/lib -ldivxdecore - - - Continue compiling <B>MPlayer</B> as usual. + <B>MPlayer</B> autodetects if OpenDivX is (properly) installed, just compile + as usual. Using it is a bit tricky. As it conflicts with the old OpenDivX (it's API is very similar to OpenDivX's), OpenDivX code is disabled, and the OpenDivX |