summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorFrantišek Dvořák <valtri@users.sourceforge.net>2004-02-28 19:56:41 +0000
committerFrantišek Dvořák <valtri@users.sourceforge.net>2004-02-28 19:56:41 +0000
commita657c3df2f453941b115de0ece3ad8d849d58a6b (patch)
tree8546f3fa258309d8169853ebd7bf24fb95ccb7c1 /configure.ac
parent29508eee9641ffeba9b372da6197f5176c2c58dc (diff)
downloadxine-lib-a657c3df2f453941b115de0ece3ad8d849d58a6b.tar.gz
xine-lib-a657c3df2f453941b115de0ece3ad8d849d58a6b.tar.bz2
New caca video output plugin - color ASCII art.
CVS patchset: 6191 CVS date: 2004/02/28 19:56:41
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac11
1 files changed, 11 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index eae9a5be9..923411e88 100644
--- a/configure.ac
+++ b/configure.ac
@@ -604,6 +604,14 @@ AM_CONDITIONAL(HAVE_AA, test x$no_aalib != "xyes")
dnl ---------------------------------------------
+dnl Checks for Color AsCii Art library
+dnl ---------------------------------------------
+
+AM_PATH_CACA(0.3,, AC_MSG_RESULT([*** All CACA-dependent parts will be disabled ***]))
+AM_CONDITIONAL(HAVE_CACA, test x$no_caca != "xyes")
+
+
+dnl ---------------------------------------------
dnl Check solaris framebuffer device support
dnl ---------------------------------------------
@@ -2201,6 +2209,9 @@ fi
if test x$no_aalib != "xyes"; then
echo " - aa (Ascii ART)"
fi
+if test x$no_caca != "xyes"; then
+ echo " - caca (Color AsCii Art)"
+fi
if test x$have_fb = "xyes"; then
echo " - fb (Linux framebuffer device)"
fi