# HG changeset patch
# User diego
# Date 1070067271 0
# Node ID e8def84e924ab88bb39a3b2e0588175e59748a0d
# Parent 56abcf68b760b984eed2ac32a1d92cfb81ab403b
Replace " with proper markup.
diff -r 56abcf68b760 -r e8def84e924a DOCS/xml/en/faq.xml
--- a/DOCS/xml/en/faq.xml Sat Nov 29 00:52:06 2003 +0000
+++ b/DOCS/xml/en/faq.xml Sat Nov 29 00:54:31 2003 +0000
@@ -232,23 +232,26 @@
I am still having trouble compiling with SDL support. gcc says something
-about "undefined reference to `SDL_EnableKeyRepeat'". What now?
+about undefined reference to SDL_EnableKeyRepeat. What now?
Where did you install the SDL library? If you installed in
/usr/local (the default) then edit the
-top level config.mak and add "-L/usr/local/lib"
-after "X_LIBS=". Now type make. You're done!
+top level config.mak and add
+-L/usr/local/lib after X_LIBS=.
+Now type make. You're done!
-It doesn't compile, and it misses uint64_t inttypes.h and similar things ...
+It doesn't compile, and it misses uint64_t,
+inttypes.h and similar things ...
-Copy etc/inttypes.h to the MPlayer directory
-(cp etc/inttypes.h .) and try again ...
+Copy this inttypes.h
+to /usr/local/include/ or an equivalent
+place and try again ...
@@ -561,7 +564,8 @@
-But configure tells me "Checking for libavcodec ... no"!
+But configure tells me
+Checking for libavcodec ... no
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:
Start -> Settings -> Configuration -> Base Configuration
-Set "Use Applications position hints" to "Yes"
+Set Use Applications position hints
+to Yes
@@ -678,8 +683,8 @@
-MPlayer dies with "MPlayer interrupted by
-signal 4 in module: decode_video".
+MPlayer dies with
+MPlayer interrupted by signal 4 in module: decode_video
Try running MPlayer on the machine you compiled on. Or recompile with runtime
@@ -854,7 +859,7 @@
-How can i play MPEG Layer 2 (mp2) audio files?
+How can I play MPEG Layer 2 (mp2) audio files?
You have to use .
@@ -931,7 +936,7 @@
-The "tdfx" driver in XFree86 4.0.2/4.0.3 had this bug. This was
+The tdfx driver in XFree86 4.0.2/4.0.3 had this bug. This was
solved by bugfix #621
of the XFree86 4.1.0 CVS log. 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 x11 target again. Now try . See the difference? No?! OK, here comes the enlightenment:
SDL's x11 target uses xv when available, you don't have
-to worry about it ... Note: you can force/disable Xv via SDL using
- and
+to worry about it ... Note: With SDL you can force/disable Xv using
+ and .