diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-08-04 21:20:25 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-08-04 21:20:25 +0000 |
commit | 064f7ccd126415f062676ec4ccc9efdba8eff154 (patch) | |
tree | bf5e07a137282297543a94b1b7fabb83e50d5a27 | |
parent | a603eb87798a278ffff4e166b99377c90e0faedb (diff) | |
download | xine-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/FAQ | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |