summaryrefslogtreecommitdiff
path: root/doc/FAQ
diff options
context:
space:
mode:
Diffstat (limited to 'doc/FAQ')
-rw-r--r--doc/FAQ5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/FAQ b/doc/FAQ
index 700a308a4..d0078553c 100644
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -22,13 +22,14 @@ probably not work (pgcc for example is known to make libmpeg break).
You'll have to use gnu make to compile xine, on most GNU/Linux systems
make is gnu make, on other platforms use "gmake" instead.
-If you want to have Xv support compiled in, make sure you have a shared
+If you want to have Xv support compiled in, make sure you either have a shared
Xv library on your system, e.g. ls /usr/X11R6/lib/libXv* should give you
some .so libs, like this:
/usr/X11R6/lib/libXv.a /usr/X11R6/lib/libXv.so /usr/X11R6/lib/libXv.so.1
-if you only got libXv.a you can create the shared versions yourself:
+or you have libtool 1.4 or newer installed. If not and you only got
+libXv.a you can create the shared versions yourself:
# ld --whole-archive -shared -o libXv.so.1 libXv.a
# ln -s libXv.so.1 libXv.so