summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2006-03-21 11:55:36 +0000
committerTakashi Iwai <tiwai@suse.de>2006-03-21 11:55:36 +0000
commitb59cf0e288b82fca2e0715fca20ba3ede5dae3dc (patch)
treeca353c9d7bfc50393287bce4d8ca3bf06a3efc0e /Makefile.am
parenta86da2532c4072bccaeb380099a90b63262bf14d (diff)
Add upmix and vdownmix plugins
Added PCM upmix and vdownmix plugins. The upmix plugin is for upmixing to 4.0 or 5.1 surrounds by simple copying (and delay line for rear). The vdownmix plugin is a kind of "virtual surround", which downmixes 4.0 or 5.1 input to 2.0 output with some effect.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index b5adc0b..5de61a3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,7 +5,7 @@ if HAVE_POLYP
POLYPDIR = polyp
endif
-SUBDIRS = oss $(JACKDIR) $(POLYPDIR) doc
+SUBDIRS = oss mix $(JACKDIR) $(POLYPDIR) doc
EXTRA_DIST = cvscompile version
AUTOMAKE_OPTIONS = foreign