mirror of
https://github.com/mpv-player/mpv
synced 2025-03-19 09:57:34 +00:00
ldd stuff added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@680 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
95ee0782d3
commit
6dc09d5e5f
@ -192,3 +192,11 @@ A: You have to edit SVGAlib's Makefile.cfg and comment "BACKGROUND = y" out.
|
||||
|
||||
Q: LIRC doesn't work, because ...
|
||||
A: Are you sure you use "mplayer_lirc" instead of "mplayer" ?
|
||||
|
||||
Q: MPlayer exits with error XYZ
|
||||
A: Check 'ldd /usr/local/bin/mplayer' output. If it contains
|
||||
libc.so.6 => /lib/libc.so.6 (0x4???????)
|
||||
where "?" is any number then it's ok, the error is not here. If it is:
|
||||
libc.so.6 => /lib/libc.so.6 (0x001?????)
|
||||
Then contact us, this is a (yet unknown) bug with some systems/kernels/
|
||||
C compilers.
|
||||
|
Loading…
Reference in New Issue
Block a user