summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-08-07 21:21:38 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:15:48 +0200
commitfb46c7bdbea4548f830843deffdd6136cb39e9f9 (patch)
tree1fd85e7952ace7811094b841f5dcdf9c03774ba3 /DOCS
parent15fee47bc6dd0e8ba45ca8268f911034bc57f4d4 (diff)
downloadmpv-fb46c7bdbea4548f830843deffdd6136cb39e9f9.tar.bz2
mpv-fb46c7bdbea4548f830843deffdd6136cb39e9f9.tar.xz
DOCS/xml: Remove pointless compilation sections from radio and TV input chapters
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31947 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/en/radio.xml22
-rw-r--r--DOCS/xml/en/tvinput.xml23
2 files changed, 8 insertions, 37 deletions
diff --git a/DOCS/xml/en/radio.xml b/DOCS/xml/en/radio.xml
index 75dd481311..2803f1039c 100644
--- a/DOCS/xml/en/radio.xml
+++ b/DOCS/xml/en/radio.xml
@@ -11,24 +11,6 @@ description of radio options and keyboard controls.
<!-- ********** -->
-<sect1 id="radio-compilation">
-<title>Compilation</title>
-
-<procedure>
-<step><para>
- First, you have to recompile <application>MPlayer</application> using
- <filename>./configure</filename> with <option>--enable-radio</option> and
- (if you want capture support) <option>--enable-radio-capture</option>.
-</para></step>
-<step><para>
- Make sure your tuner works with another radio software in Linux, for
- example <application>XawTV</application>.
-</para></step>
-</procedure>
-</sect1>
-
-<!-- ********** -->
-
<sect1 id="radio-tips">
<title>Usage tips</title>
@@ -38,6 +20,10 @@ Here are just a few tips:
<itemizedlist>
<listitem><para>
+ Make sure your tuner works with another radio software in Linux, for
+ example <application>XawTV</application>.
+</para></listitem>
+<listitem><para>
Use the <option>channels</option> option. An example:
<screen>-radio channels=104.4-Sibir,103.9-Maximum</screen>
Explanation: With this option, only the 104.4 and 103.9 radio stations
diff --git a/DOCS/xml/en/tvinput.xml b/DOCS/xml/en/tvinput.xml
index 19429b22a1..288f4b97ab 100644
--- a/DOCS/xml/en/tvinput.xml
+++ b/DOCS/xml/en/tvinput.xml
@@ -11,25 +11,6 @@ of TV options and keyboard controls.
<!-- ********** -->
-<sect1 id="tv-compilation">
-<title>Compilation</title>
-
-<procedure>
-<step><para>
- First, you have to recompile. <filename>./configure</filename> will
- autodetect kernel headers of v4l stuff and the existence of
- <filename>/dev/video*</filename> entries. If they exist, TV support will
- be built (see the output of <filename>./configure</filename>).
-</para></step>
-<step><para>
- Make sure your tuner works with another TV software in Linux, for
- example <application>XawTV</application>.
-</para></step>
-</procedure>
-</sect1>
-
-<!-- ********** -->
-
<sect1 id="tv-tips">
<title>Usage tips</title>
@@ -39,6 +20,10 @@ Here are just a few tips:
<itemizedlist>
<listitem><para>
+ Make sure your tuner works with another TV software in Linux, for
+ example <application>XawTV</application>.
+</para></listitem>
+<listitem><para>
Use the <option>channels</option> option. An example:
<screen>-tv channels=26-MTV1,23-TV2</screen>
Explanation: Using this option, only the 26 and 23 channels will be usable,