summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2001-08-04 21:20:25 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2001-08-04 21:20:25 +0000
commit064f7ccd126415f062676ec4ccc9efdba8eff154 (patch)
treebf5e07a137282297543a94b1b7fabb83e50d5a27
parenta603eb87798a278ffff4e166b99377c90e0faedb (diff)
downloadxine-lib-064f7ccd126415f062676ec4ccc9efdba8eff154.tar.gz
xine-lib-064f7ccd126415f062676ec4ccc9efdba8eff154.tar.bz2
minor FAQ updated reflecting Philips libXv patch
CVS patchset: 384 CVS date: 2001/08/04 21:20:25
-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