summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2007-02-20 12:43:58 +0100
committerTakashi Iwai <tiwai@suse.de>2007-02-20 12:43:58 +0100
commit9481014305ab8f8e1ba07749c0b7f68ec4b99e56 (patch)
treea9ce7eca089b691c329e6aa11baf05167f407bf2 /Makefile.am
parent25451b27d65d17a0d60b3c8e9bb7510e1ed68bd1 (diff)
Add livavcodec resampler plugin
Add a new pcm_rate plugin, "lavcrate", that uses the resampling filter from libavcodec. It should provide high performance and good output quality. Add a documentation file for lavcrate. Update autoconf and automake to build lavcrate. From: Nicholas Kain <njkain@gmail.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 06a6b5a..6fa2d51 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,12 +9,13 @@ SAMPLERATEDIR = rate
endif
if HAVE_AVCODEC
A52DIR = a52
+LAVCRATEDIR = rate-lavc
endif
if HAVE_DBUS
MAEMODIR = maemo
endif
-SUBDIRS = oss mix $(JACKDIR) $(PULSEDIR) $(SAMPLERATEDIR) $(A52DIR) $(MAEMODIR) doc
+SUBDIRS = oss mix $(JACKDIR) $(PULSEDIR) $(SAMPLERATEDIR) $(A52DIR) $(LAVCRATEDIR) $(MAEMODIR) doc
EXTRA_DIST = hgcompile version COPYING.GPL
AUTOMAKE_OPTIONS = foreign