summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2013-03-09 09:30:26 +0100
committerwm4 <wm4@nowhere>2013-03-13 23:51:30 +0100
commit048ceef655bce41bc6e215b5e05cec0fad4d1428 (patch)
treec448eee1a1e8161b6e1c3455b2d87af5660e8e8f /Makefile
parent514d8a7c9dfde2acc89ee4d19dd9db6b9db5b882 (diff)
downloadmpv-048ceef655bce41bc6e215b5e05cec0fad4d1428.tar.bz2
mpv-048ceef655bce41bc6e215b5e05cec0fad4d1428.tar.xz
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
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 \