From 9481014305ab8f8e1ba07749c0b7f68ec4b99e56 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 20 Feb 2007 12:43:58 +0100 Subject: 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 --- configure.in | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.in') 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 ]) -- cgit