From fba6a9d74040f627f85bf3d059aff2831cfe816f Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 29 Nov 2003 00:54:31 +0000 Subject: [PATCH] Replace " with proper markup. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11533 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/xml/en/faq.xml | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/DOCS/xml/en/faq.xml b/DOCS/xml/en/faq.xml index 1e9ca3c087..b420968486 100644 --- a/DOCS/xml/en/faq.xml +++ b/DOCS/xml/en/faq.xml @@ -232,23 +232,26 @@ if you choose to use such a version, you are on your own. 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 @@ See the libavcodec section. -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 @@ access any menu items! 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 @@ documentation to see if you can improve performance. -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 @@ Try . -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 @@ X Error of failed request: BadAccess (attempt to access private resource denied) -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 @@ but not xv! 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 .