# HG changeset patch # User gabucino # Date 1009110325 0 # Node ID 081d696b453d5296316bc663024c38f0622b6c5f # Parent ec943f8ec43998bcb06795c27ba92dcabcf50b79 removed some fucks diff -r ec943f8ec439 -r 081d696b453d DOCS/codecs.html --- a/DOCS/codecs.html Sun Dec 23 11:58:57 2001 +0000 +++ b/DOCS/codecs.html Sun Dec 23 12:25:25 2001 +0000 @@ -54,7 +54,7 @@

MPlayer autodetects if DivX4 is (properly) installed, just compile as usual. If it doesn't detect it, you didn't install it exactly as above, -and/or has fucked up config (see last question of 5.1 section).

+and/or has messed up config (see last question of 5.1 section).

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 diff -r ec943f8ec439 -r 081d696b453d DOCS/documentation.html --- a/DOCS/documentation.html Sun Dec 23 11:58:57 2001 +0000 +++ b/DOCS/documentation.html Sun Dec 23 12:25:25 2001 +0000 @@ -642,7 +642,7 @@ like this, your tuner can't capture the requested image size. Try using width=640:height=480 options.

-

Hint #2 : are the colors fucked up? Then your tuner can't display +

Hint #2 : are the colors messed up? Then your tuner can't display in YV12 colorspace. Try YUY2, UYVY or if none of these works: RGB32 (this one with -vo sdl). You can specify these with the outfmt=YV12 option see below.

diff -r ec943f8ec439 -r 081d696b453d DOCS/faq.html --- a/DOCS/faq.html Sun Dec 23 11:58:57 2001 +0000 +++ b/DOCS/faq.html Sun Dec 23 12:25:25 2001 +0000 @@ -183,9 +183,7 @@ shared object file: No such file or directory
I checked up on the file and it IS there in /usr/local/lib. A: -What are you doing on Linux? Can't you install a library? Why do -we get these questions? It's not MPlayer specific at all! Add -/usr/local/lib to /etc/ld.so.conf and run ldconfig . +Add /usr/local/lib to /etc/ld.so.conf and run ldconfig . Or install it to /usr/lib , because if you can't solve the /usr/local problem, you are careless enough to do such things.