Author: diego Date: Sat Aug 7 23:21:38 2010 New Revision: 31947 Log: Remove pointless compilation sections from radio and TV input chapters.
Modified: trunk/DOCS/xml/en/radio.xml trunk/DOCS/xml/en/tvinput.xml Modified: trunk/DOCS/xml/en/radio.xml ============================================================================== --- trunk/DOCS/xml/en/radio.xml Sat Aug 7 21:58:30 2010 (r31946) +++ trunk/DOCS/xml/en/radio.xml Sat Aug 7 23:21:38 2010 (r31947) @@ -11,24 +11,6 @@ description of radio options and keyboar <!-- ********** --> -<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 Modified: trunk/DOCS/xml/en/tvinput.xml ============================================================================== --- trunk/DOCS/xml/en/tvinput.xml Sat Aug 7 21:58:30 2010 (r31946) +++ trunk/DOCS/xml/en/tvinput.xml Sat Aug 7 23:21:38 2010 (r31947) @@ -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, _______________________________________________ MPlayer-DOCS mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs
