summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2001-08-17 12:54:46 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2001-08-17 12:54:46 +0000
commit6951f7e71dfab220d0b00a3fe75e38a082d9ab57 (patch)
tree85e9a801e6a4e1b6edc20b26112fa152a7d88b63
parent8d5cf6627d53f90525bbc933ba25b034edd51c21 (diff)
downloadxine-lib-6951f7e71dfab220d0b00a3fe75e38a082d9ab57.tar.gz
xine-lib-6951f7e71dfab220d0b00a3fe75e38a082d9ab57.tar.bz2
mentioning aaxine in the FAQ
CVS patchset: 440 CVS date: 2001/08/17 12:54:46
-rw-r--r--doc/FAQ17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/FAQ b/doc/FAQ
index 9bbec9729..4b925cdd9 100644
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -480,6 +480,23 @@ i have problems when using xine on FreeBSD, Solaris
check out the the corresponding README files in the doc directory
+what is aalib? how do I use it in xine?
+---------------------------------------
+
+aalib is an ascii art library. xine comes with an aalib video output
+plugin so you can watch movies in your xterm, on the console or
+on your old vt100 - very cool, btw ;>
+
+to use it simply make sure you have aalib installed correctly before
+you configure/build xine-lib and xine-ui. Besides the "xine" binary
+a "aaxine" binary should get built and installed, so you can use something
+like
+
+aaxine foo.mpg
+
+to use aalib video output.
+
+
i think I found a bug!
----------------------