aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-01-21 20:26:31 +0100
committerClément Bœsch <ubitux@gmail.com>2012-02-02 14:31:17 +0100
commite96be8409f079065c2e9f137e17fd836ce1d76f9 (patch)
treed49d9028cc4a79253ffe50491b7ea63a61a66f2f /libavfilter/Makefile
parent9f0b0db0d3cb2fac71b5cdf4149bae103e7fd7ab (diff)
downloadffmpeg-e96be8409f079065c2e9f137e17fd836ce1d76f9.tar.gz
lavfi/aresample: use libswresample.
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r--libavfilter/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 01a1316434..ff0ba755f9 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -5,7 +5,7 @@ FFLIBS = avutil
FFLIBS-$(CONFIG_ACONVERT_FILTER) += avcodec
FFLIBS-$(CONFIG_AMOVIE_FILTER) += avformat avcodec
-FFLIBS-$(CONFIG_ARESAMPLE_FILTER) += avcodec
+FFLIBS-$(CONFIG_ARESAMPLE_FILTER) += swresample
FFLIBS-$(CONFIG_MOVIE_FILTER) += avformat avcodec
FFLIBS-$(CONFIG_PAN_FILTER) += swresample
FFLIBS-$(CONFIG_SCALE_FILTER) += swscale