summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-04-30 02:25:09 +0000
committerBenjamin Otte <otte@gnome.org>2004-04-30 02:25:09 +0000
commitb3a277889c069558bca83ee142c3a7b9ab758eb9 (patch)
tree7f35c7fae7873b8942e43e875cc03e876e3a2af1 /ext
parent971c2a18cd1b782884a5b29e8c76e661ddca869c (diff)
add initial support for libvisual (http://libvisual.sourceforge.net) libvisual is still quite alpha, so expect crashe...
Original commit message from CVS: * configure.ac: * ext/Makefile.am: * ext/libvisual/Makefile.am: * ext/libvisual/visual.c: add initial support for libvisual (http://libvisual.sourceforge.net) libvisual is still quite alpha, so expect crashes in there :)
Diffstat (limited to 'ext')
-rw-r--r--ext/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index be9169db..4ce5cc86 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -184,6 +184,12 @@ else
LIBRFB_DIR=
endif
+if USE_LIBVISUAL
+LIBVISUAL_DIR=libvisual
+else
+LIBVISUAL_DIR=
+endif
+
if USE_MAD
MAD_DIR=mad
else
@@ -360,6 +366,7 @@ SUBDIRS=\
$(LIBFAME_DIR) \
$(LIBPNG_DIR) \
$(LIBRFB_DIR) \
+ $(LIBVISUAL_DIR) \
$(MAD_DIR) \
$(MIKMOD_DIR) \
$(MPEG2DEC_DIR) \
@@ -416,6 +423,7 @@ DIST_SUBDIRS=\
libfame \
libpng \
librfb \
+ libvisual \
mad \
mikmod \
mpeg2dec \