summaryrefslogtreecommitdiffstats
path: root/configure.in
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 /configure.in
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 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 62c41f6..2ee08da 100644
--- a/configure.in
+++ b/configure.in
@@ -62,6 +62,7 @@ AC_OUTPUT([
mix/Makefile
rate/Makefile
a52/Makefile
+ rate-lavc/Makefile
maemo/Makefile
doc/Makefile
])