diff options
author | uid56437 <none@none> | 2001-07-04 14:15:10 +0000 |
---|---|---|
committer | uid56437 <none@none> | 2001-07-04 14:15:10 +0000 |
commit | c8d64e87f29e42dc2f6f0068e575dd10188999af (patch) | |
tree | e7b2df4fd77d31cccfb4f78254d1ee78ad9cb7c2 /doc | |
parent | ddc0489a65529c49aee950a8e5449c727da1413f (diff) | |
download | xine-lib-c8d64e87f29e42dc2f6f0068e575dd10188999af.tar.gz xine-lib-c8d64e87f29e42dc2f6f0068e575dd10188999af.tar.bz2 |
configure and README updates for solaris
CVS patchset: 249
CVS date: 2001/07/04 14:15:10
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.solaris | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/doc/README.solaris b/doc/README.solaris index c5f08575c..020a61085 100644 --- a/doc/README.solaris +++ b/doc/README.solaris @@ -1,8 +1,14 @@ building xine on solaris ------------------------ -Compile xine with GNU make (gmake, /opt/sfw/bin/gmake) +* Compile xine with GNU make (gmake, /opt/sfw/bin/gmake) -If you get a "fatal: relocation error" ... "symbol __divdi3: -referenced symbol not found" error when running xine, re-configure -xine-lib with gcc as the linker command (env LD=gcc configure ...) +* If you get a "fatal: relocation error" ... "symbol __divdi3: + referenced symbol not found" error when running xine, re-configure + xine-lib with gcc as the linker command (env LD=gcc configure ...) + +* To get VIS accelerated MPEG decoding and colour space conversion + on Solaris SPARC, download and install Sun's mediaLib 2.0, available + here: + + http://www.sun.com/sparc/vis/mediaLib.html |