summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-07-30 18:09:50 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-07-30 18:09:50 +0000
commit4c80fd1d85a3805cb40902aa9c7990a0809edd32 (patch)
tree796f33072f21c615d397f144e298675e9c1dce53 /DOCS
parentd5ce4b7b359b2aa49d6aca5aeb9319c997af6cdf (diff)
downloadmpv-4c80fd1d85a3805cb40902aa9c7990a0809edd32.tar.bz2
mpv-4c80fd1d85a3805cb40902aa9c7990a0809edd32.tar.xz
*** empty log message ***
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1427 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/documentation.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/DOCS/documentation.html b/DOCS/documentation.html
index 0b7ec3e659..f803a92e9a 100644
--- a/DOCS/documentation.html
+++ b/DOCS/documentation.html
@@ -1410,6 +1410,15 @@ Table of Contents
<B>Q: I can't compile SVGAlib.. I'm using 2.3/2.4 kernel.
</B>A: You have to edit SVGAlib's Makefile.cfg and comment "BACKGROUND = y" out.
+ <B>Q: I compiled <B>MPlayer</B> with libcss support, but when I try to start
+ it, it says :
+ > error while loading shared libraries: libcss.so.0: cannot load
+ > shared object file: No such file or directory
+ I checked up on the file and it IS there in /usr/local/lib.
+ </B>A: What are you doing on Linux? Can't you install a library? Why do
+ we get these questions? It's not <B>MPlayer</B> specific at all! Add
+ /usr/local/lib to <B>/etc/ld.so.conf</B> and run <B>ldconfig</B> .
+
<A NAME=6.2>6.2. General questions
<B>Q: What about DVD playback?