summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-23 12:25:25 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-23 12:25:25 +0000
commit2ae0646772e15c2d7f6ebfa26f07f45db28cb43f (patch)
treef75eeb8dd42fb644adc6fee3a1817cbbc1c4da30 /DOCS
parente0faf28d8e0beb236c5e53b96f88e89fe6775dc6 (diff)
downloadmpv-2ae0646772e15c2d7f6ebfa26f07f45db28cb43f.tar.bz2
mpv-2ae0646772e15c2d7f6ebfa26f07f45db28cb43f.tar.xz
removed some fucks
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3669 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/codecs.html2
-rw-r--r--DOCS/documentation.html2
-rw-r--r--DOCS/faq.html4
3 files changed, 3 insertions, 5 deletions
diff --git a/DOCS/codecs.html b/DOCS/codecs.html
index 5e779b4ba5..50a61ec209 100644
--- a/DOCS/codecs.html
+++ b/DOCS/codecs.html
@@ -54,7 +54,7 @@ disadvantage of this codec is that it's currently closed-source. :(</P>
<P><B>MPlayer</B> 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).</P>
+and/or has messed up config (see last question of 5.1 section).</P>
<P>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 --git a/DOCS/documentation.html b/DOCS/documentation.html
index e1c7d7e2d9..1ee7cf63d3 100644
--- a/DOCS/documentation.html
+++ b/DOCS/documentation.html
@@ -642,7 +642,7 @@ TV tuner</B>.</P>
like this, your tuner can't capture the requested image size. Try using
<CODE>width=640:height=480</CODE> options.</P>
-<P><B>Hint #2</B> : are the colors fucked up? Then your tuner can't display
+<P><B>Hint #2</B> : 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 <CODE>-vo sdl</CODE>).
You can specify these with the <CODE>outfmt=YV12</CODE> option see below.</P>
diff --git a/DOCS/faq.html b/DOCS/faq.html
index 1318e8deaa..cb778e1fc9 100644
--- a/DOCS/faq.html
+++ b/DOCS/faq.html
@@ -183,9 +183,7 @@ I try to start it, it says:<BR>
shared object file: No such file or directory</CODE><BR>
I checked up on the file and it IS there in /usr/local/lib.
</B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
-What are you doing on Linux? Can't you install a library? Why do
-we get these questions? It's not <B>MPlayer</B> specific at all! Add
-/usr/local/lib to <B>/etc/ld.so.conf</B> and run <B>ldconfig</B> .
+Add /usr/local/lib to <B>/etc/ld.so.conf</B> and run <B>ldconfig</B> .
Or install it to /usr/lib , because if you can't solve the /usr/local
problem, you are careless enough to do such things.
</TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>