diff options
author | torinthiel <torinthiel@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-05 15:06:43 +0000 |
---|---|---|
committer | torinthiel <torinthiel@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-05 15:06:43 +0000 |
commit | fd9a41415af94b213fcf3af63894ed443a8ec034 (patch) | |
tree | 07e6dc37a0602107d90fb6f6fc483d52559c4f1c | |
parent | 35e79a0365ebe6005538f27c3d0968d62e4e60d9 (diff) |
A bunch of missing <systemitem class="library"> tags
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20700 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | DOCS/xml/en/codecs.xml | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/DOCS/xml/en/codecs.xml b/DOCS/xml/en/codecs.xml index 6b4fdc1c59..1e2dd2879c 100644 --- a/DOCS/xml/en/codecs.xml +++ b/DOCS/xml/en/codecs.xml @@ -178,10 +178,10 @@ default as it offers better speed. <sect2 id="codec-x264"> -<title>x264</title> +<title><systemitem class="library">x264</systemitem></title> <sect3 id="codec-x264-whatis"> -<title>What is x264?</title> +<title>What is <systemitem class="library">x264</systemitem>?</title> <para> <ulink url="http://developers.videolan.org/x264.html"><systemitem class="library">x264</systemitem></ulink> is a library for @@ -426,18 +426,19 @@ MPEG decoder cards. <sect2 id="libmad"> -<title>libmad support</title> +<title><systemitem class="library">libmad</systemitem> support</title> <para> -<ulink url="http://www.underbit.com/products/mad/">libmad</ulink> is a multiplatform, -integer (internally 24bit PCM) only +<ulink url="http://www.underbit.com/products/mad/"><systemitem class="library">libmad</systemitem></ulink> +is a multiplatform, integer (internally 24bit PCM) only MPEG audio decoding library. It does not handle broken files well, and it sometimes has problems with seeking, but it may perform better on FPU-less -(such as <link linkend="arm">ARM</link>) platform than mp3lib. +(such as <link linkend="arm">ARM</link>) platform than <systemitem class="library">mp3lib</systemitem>. </para> <para> -If you have a proper installation of libmad, <filename>configure</filename> +If you have a proper installation of <systemitem class="library">libmad</systemitem>, +<filename>configure</filename> will notice and support for MPEG audio decoding via <systemitem class="library">libmad</systemitem> will be built automatically. </para> |