summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-20 09:05:12 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-20 09:05:12 +0000
commit81f87d5fbf34d2732b38d1045ac8484f1f77166a (patch)
tree2d68274d4e99a5c11c9727337da01d0b43a9f092 /DOCS
parentba1958db89e874e4366c31086cb6aba2d59005be (diff)
downloadmpv-81f87d5fbf34d2732b38d1045ac8484f1f77166a.tar.bz2
mpv-81f87d5fbf34d2732b38d1045ac8484f1f77166a.tar.xz
*** empty log message ***
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1591 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 16061b4305..4c34f56ddd 100644
--- a/DOCS/documentation.html
+++ b/DOCS/documentation.html
@@ -1520,6 +1520,15 @@ Table of Contents
Or install it to /usr/lib , because if you can't solve the /usr/local
problem, you are careless enough to do such things.
+ <B>Q: I have gcc 3.0 . I have to compile mplayer with --disable-dshow,
+ else it prints
+
+ /usr/local/objdir/gcc-3.0/lib//libstdc++.so.3: undefined symbol: __dso_handle
+
+ </B>A: All you have to do is create a symbolic link from libstdc++.so to
+ libstdc++.so.3
+
+
<A NAME=6.2>6.2. General questions
<B>Q: What about DVD playback?