From 064f7ccd126415f062676ec4ccc9efdba8eff154 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Sat, 4 Aug 2001 21:20:25 +0000 Subject: minor FAQ updated reflecting Philips libXv patch CVS patchset: 384 CVS date: 2001/08/04 21:20:25 --- doc/FAQ | 5 +++-- 1 file 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 -- cgit v1.2.3