Mercurial > mplayer.hg
changeset 31866:89ba6df5d766
Remove pointless compilation sections from radio and TV input chapters.
author | diego |
---|---|
date | Sat, 07 Aug 2010 21:21:38 +0000 |
parents | 4de0d902ffb9 |
children | 6ef694f86f3a |
files | DOCS/xml/en/radio.xml DOCS/xml/en/tvinput.xml |
diffstat | 2 files changed, 8 insertions(+), 37 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/xml/en/radio.xml Sat Aug 07 19:58:30 2010 +0000 +++ b/DOCS/xml/en/radio.xml Sat Aug 07 21:21:38 2010 +0000 @@ -11,24 +11,6 @@ <!-- ********** --> -<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 @@ <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
--- a/DOCS/xml/en/tvinput.xml Sat Aug 07 19:58:30 2010 +0000 +++ b/DOCS/xml/en/tvinput.xml Sat Aug 07 21:21:38 2010 +0000 @@ -11,25 +11,6 @@ <!-- ********** --> -<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 @@ <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,