summaryrefslogtreecommitdiffstats
path: root/DOCS/xml/en/faq.xml
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-01-21 19:25:18 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-01-21 19:25:18 +0000
commit516996be0937757abc1dccf17bd1904d2011608d (patch)
tree42518e44952f24f81e9aeea8e19893087e3985f2 /DOCS/xml/en/faq.xml
parentac99acc4692ba04ec61378480c8f4a6eaca6bb09 (diff)
downloadmpv-516996be0937757abc1dccf17bd1904d2011608d.tar.bz2
mpv-516996be0937757abc1dccf17bd1904d2011608d.tar.xz
Add <systemitem class="library"> tags to libavcodec and a few others.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11823 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/en/faq.xml')
-rw-r--r--DOCS/xml/en/faq.xml12
1 files changed, 8 insertions, 4 deletions
diff --git a/DOCS/xml/en/faq.xml b/DOCS/xml/en/faq.xml
index 534c8da5dd..7e7ae6fa85 100644
--- a/DOCS/xml/en/faq.xml
+++ b/DOCS/xml/en/faq.xml
@@ -549,10 +549,12 @@ You use a vo driver with single buffering (x11,xv). With xv, use the
<qandaentry>
<question><para>
-What exactly is this libavcodec thing?
+What exactly is this <systemitem class="library">libavcodec</systemitem> thing?
</para></question>
<answer><para>
-See the <link linkend="ffmpeg">libavcodec</link> section.
+See the
+<link linkend="ffmpeg"><systemitem class="library">libavcodec</systemitem></link>
+section.
</para></answer>
</qandaentry>
@@ -562,8 +564,10 @@ But configure tells me
<screen>Checking for libavcodec ... no</screen>
</para></question>
<answer><para>
-You need to get libavcodec from FFmpeg's CVS. Read the instructions in the
-<link linkend="ffmpeg">libavcodec</link> section.
+You need to get <systemitem class="library">libavcodec</systemitem> from
+FFmpeg's CVS. Read the instructions in the
+<link linkend="ffmpeg"><systemitem class="library">libavcodec</systemitem></link>
+section.
</para></answer>
</qandaentry>