comparison DOCS/MPlayer-FAQ @ 1201:0bddc179f042

some fixes, updates
author arpi_esp
date Sat, 23 Jun 2001 15:45:47 +0000
parents b4a9a7942b51
children 570b32414d1a
comparison
equal deleted inserted replaced
1200:c03232e14e0f 1201:0bddc179f042
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 25
26 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...
27 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 .)
28 try again... if fail, contact me 28 try again... if fail, contact us
29 29
30 Q: I have Pentium III but ./configure doesn't detect SSE 30 Q: I have Pentium III but ./configure doesn't detect SSE
31 A: Only kernel versions 2.4.x supports SSE (or try latest 2.2.19 or newer, but 31 A: Only kernel versions 2.4.x supports SSE (or try latest 2.2.19 or newer, but
32 be prepared for problems) 32 be prepared for problems)
33 33