comparison DOCS/MPlayer-FAQ @ 812:9b0f10a3890d

Ehh, why was that still in?
author atmosfear
date Wed, 16 May 2001 15:34:45 +0000
parents aa56932a4279
children 48367c8f2641
comparison
equal deleted inserted replaced
811:aa56932a4279 812:9b0f10a3890d
20 Q: I am still having trouble compiling with SDL support. gcc says something 20 Q: I am still having trouble compiling with SDL support. gcc says something
21 about "undefined reference to `SDL_EnableKeyRepeat'" What's now? 21 about "undefined reference to `SDL_EnableKeyRepeat'" What's now?
22 A: Where did you install the SDL library? If you installed in /usr/local 22 A: Where did you install the SDL library? If you installed in /usr/local
23 (the default) then edit the top level config.mak and add 23 (the default) then edit the top level config.mak and add
24 "-L/usr/local/lib " after "X_LIBS=" Now type make. You're done! 24 "-L/usr/local/lib " after "X_LIBS=" Now type make. You're done!
25
26 Q: I have problem ... with the SDL driver.
27 A: It's very experimental & buggy code, and it's UNSUPPORTED by us.
28 Please do NOT report bugs or ask features relating to SDL.
29 If you can improve it, send us patches!
30 25
31 Q: It doesn't compile, and it misses uint64_t inttypes.h and similar things... 26 Q: It doesn't compile, and it misses uint64_t inttypes.h and similar things...
32 A: copy DOCS/inttypes.h to MPlayer directory (cp DOCS/inttypes.h .) 27 A: copy DOCS/inttypes.h to MPlayer directory (cp DOCS/inttypes.h .)
33 try again... if fail, contact me 28 try again... if fail, contact me
34 29