summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2009-01-21 18:11:43 +0100
committerTakashi Iwai <tiwai@suse.de>2009-01-21 18:11:43 +0100
commit715e5051c3026655154003799069ae55dc81cf5a (patch)
tree05a41f37a160f3be648ca6859a4f026d29d9c23d /Makefile.am
parentba7cd8e0a04798479f851741ec29fef97889aa39 (diff)
Add Speex pre-processing plugin
Added Speex pre-processing filter plugin for denoise, AGC, etc. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index b32f1f5..aba3ef6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,8 +17,11 @@ endif
if HAVE_PPH
PPHDIR = pph
endif
+if HAVE_SPEEXDSP
+SPEEXDIR = speex
+endif
-SUBDIRS = oss mix $(PPHDIR) $(JACKDIR) $(PULSEDIR) $(SAMPLERATEDIR) $(A52DIR) $(LAVCRATEDIR) $(MAEMODIR) usb_stream doc
+SUBDIRS = oss mix $(PPHDIR) $(JACKDIR) $(PULSEDIR) $(SAMPLERATEDIR) $(A52DIR) $(LAVCRATEDIR) $(MAEMODIR) $(SPEEXDIR) usb_stream doc
EXTRA_DIST = gitcompile version COPYING.GPL m4/attributes.m4
AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I m4