summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMatthias Hopf <mat@mshopf.de>2001-07-25 11:23:07 +0000
committerMatthias Hopf <mat@mshopf.de>2001-07-25 11:23:07 +0000
commitc49e674360bd3230d2679695c0cadec1a9dc9fd0 (patch)
treec7f9f9dea60d5ba9e38476476a417b065448185a /doc
parentae8536b96caaafcc149eb889096822a4b46f210c (diff)
downloadxine-lib-c49e674360bd3230d2679695c0cadec1a9dc9fd0.tar.gz
xine-lib-c49e674360bd3230d2679695c0cadec1a9dc9fd0.tar.bz2
Added short notes for IRIX port (esp. audio).
CVS patchset: 346 CVS date: 2001/07/25 11:23:07
Diffstat (limited to 'doc')
-rw-r--r--doc/README.irix25
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/README.irix b/doc/README.irix
new file mode 100644
index 000000000..6a273a7ca
--- /dev/null
+++ b/doc/README.irix
@@ -0,0 +1,25 @@
+building xine on IRIX
+---------------------
+
+* Compile xine with GNU make (gmake).
+
+
+Known Problems
+--------------
+
+* No sound
+
+ IRIX does not seem to support OSS audio. The IRIX libaudio driver is not
+ yet finished.
+
+* Cannot compile with IRIX cc
+
+ This is an unresolved issue with automake and dependencies.
+
+* xine crashes upon startup
+
+ Some graphics cards (e.g. V8) seem to have problems with xine-ui.
+ This is being worked on.
+
+
+Matthias Hopf <mat@mshopf.de>