From 048ceef655bce41bc6e215b5e05cec0fad4d1428 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 9 Mar 2013 09:30:26 +0100 Subject: af_lavrresample: add new resampling filter to replace the old ones Remove `af_resample` and `af_lavcresample`. The former is a mess while the latter uses an API that was long deprecated in libavcodec and is now removed. `af_lavrresample` rougly has the same features and structure of `af_lavcresample`. libswresample fallback by wm4. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3c445c771a..ec8ef30aa6 100644 --- a/Makefile +++ b/Makefile @@ -138,9 +138,8 @@ SOURCES = talloc.c \ audio/filter/af_hrtf.c \ audio/filter/af_karaoke.c \ audio/filter/af_lavcac3enc.c \ - audio/filter/af_lavcresample.c \ + audio/filter/af_lavrresample.c \ audio/filter/af_pan.c \ - audio/filter/af_resample.c \ audio/filter/af_scaletempo.c \ audio/filter/af_sinesuppress.c \ audio/filter/af_sub.c \ -- cgit v1.2.3