From 4eb90524219f0ff42353748ae4c6873bce6882e1 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Fri, 12 Nov 2004 15:04:55 +0000 Subject: Added the polypaudio sink and hooked it into the build system. Original commit message from CVS: Added the polypaudio sink and hooked it into the build system. --- ext/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ext') diff --git a/ext/Makefile.am b/ext/Makefile.am index 311a3209..7f3b6fc9 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -190,6 +190,12 @@ else LIBPNG_DIR= endif +if USE_POLYP +POLYP_DIR=polyp +else +POLYP_DIR= +endif + if USE_LIBRFB LIBRFB_DIR=librfb else @@ -409,6 +415,7 @@ SUBDIRS=\ $(MUSICBRAINZ_DIR) \ $(OGG_DIR) \ $(PANGO_DIR) \ + $(POLYP_DIR) \ $(SDL_DIR) \ $(SHOUT_DIR) \ $(SHOUT2_DIR) \ @@ -470,6 +477,7 @@ DIST_SUBDIRS=\ nas \ ogg \ pango \ + polyp \ raw1394 \ sdl \ snapshot \ -- cgit