[MPlayer-DOCS] CVS: main/DOCS/xml/en faq.xml,1.22,1.23
Diego Biurrun CVS
diego at mplayerhq.hu
Sat Nov 29 01:54:33 CET 2003
Update of /cvsroot/mplayer/main/DOCS/xml/en
In directory mail:/var/tmp.root/cvs-serv31284
Modified Files:
faq.xml
Log Message:
Replace " with proper markup.
Index: faq.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/faq.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- faq.xml 16 Nov 2003 19:55:53 -0000 1.22
+++ faq.xml 29 Nov 2003 00:54:31 -0000 1.23
@@ -232,23 +232,26 @@
<qandaentry>
<question><para>
I am still having trouble compiling with SDL support. gcc says something
-about "undefined reference to `SDL_EnableKeyRepeat'". What now?
+about <screen>undefined reference to SDL_EnableKeyRepeat</screen>. What now?
</para></question>
<answer><para>
Where did you install the SDL library? If you installed in
<filename class="directory">/usr/local</filename> (the default) then edit the
-top level <filename>config.mak</filename> and add "-L/usr/local/lib"
-after "X_LIBS=". Now type <command>make</command>. You're done!
+top level <filename>config.mak</filename> and add
+<systemitem>-L/usr/local/lib</systemitem> after <systemitem>X_LIBS=</systemitem>.
+Now type <command>make</command>. You're done!
</para></answer>
</qandaentry>
<qandaentry>
<question><para>
-It doesn't compile, and it misses uint64_t inttypes.h and similar things ...
+It doesn't compile, and it misses <systemitem>uint64_t</systemitem>,
+<filename>inttypes.h</filename> and similar things ...
</para></question>
<answer><para>
-Copy <filename>etc/inttypes.h</filename> to the MPlayer directory
-(<command>cp etc/inttypes.h .</command>) and try again ...
+Copy <ulink url="http://www.mplayerhq.hu/MPlayer/releases/win32-beta/contrib/inttypes.h">this <filename>inttypes.h</filename></ulink>
+to <filename class="directory">/usr/local/include/</filename> or an equivalent
+place and try again ...
</para></answer>
</qandaentry>
@@ -561,7 +564,8 @@
<qandaentry>
<question><para>
-But configure tells me "Checking for libavcodec ... no"!
+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
@@ -589,7 +593,8 @@
Are you using FVWM? Try the following:
<orderedlist>
<listitem><para>Start -> Settings -> Configuration -> Base Configuration</para></listitem>
-<listitem><para>Set "Use Applications position hints" to "Yes"</para></listitem>
+<listitem><para>Set <systemitem>Use Applications position hints</systemitem>
+to <systemitem>Yes</systemitem></para></listitem>
</orderedlist>
</para></answer>
</qandaentry>
@@ -678,8 +683,8 @@
<qandaentry>
<question><para>
-<application>MPlayer</application> dies with "MPlayer interrupted by
-signal 4 in module: decode_video".
+<application>MPlayer</application> dies with
+<screen>MPlayer interrupted by signal 4 in module: decode_video</screen>
</para></question>
<answer><para>
Try running MPlayer on the machine you compiled on. Or recompile with runtime
@@ -854,7 +859,7 @@
<qandaentry>
<question><para>
-How can i play MPEG Layer 2 (mp2) audio files?
+How can I play MPEG Layer 2 (mp2) audio files?
</para></question>
<answer><para>
You have to use <option>-rawaudio on:format=0x50</option>.
@@ -931,7 +936,7 @@
</screen>
</para></question>
<answer><para>
-The "tdfx" driver in XFree86 4.0.2/4.0.3 had this bug. This was
+The <systemitem>tdfx</systemitem> driver in XFree86 4.0.2/4.0.3 had this bug. This was
solved by <ulink url="http://www.xfree86.org/cvs/changes_4_1.html">bugfix #621
of the XFree86 4.1.0 CVS log</ulink>. So upgrade to XFree86 4.1.0 or later.
Alternatively, either download (at least) DRI version 0.6 from the
@@ -987,8 +992,8 @@
Try that <systemitem>x11</systemitem> target again. Now try <option>-vo x11
-fs -zoom</option>. See the difference? No?! OK, here comes the enlightenment:
SDL's <systemitem>x11</systemitem> target uses xv when available, you don't have
-to worry about it ... Note: you can force/disable Xv via SDL using
-<option>-forcexv</option> and <option>-noxv</option>
+to worry about it ... Note: With SDL you can force/disable Xv using
+<option>-forcexv</option> and <option>-noxv</option>.
</para></answer>
</qandaentry>
</qandadiv>
More information about the MPlayer-DOCS
mailing list