aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-01-26 08:49:15 +0100
committerClément Bœsch <ubitux@gmail.com>2012-02-02 14:31:18 +0100
commitc79eddaff16492fe7eb5751d2101aebedc9d16cf (patch)
treec9809f3788a50f2b124ea97821718262b86a770e /libavfilter/Makefile
parente96be8409f079065c2e9f137e17fd836ce1d76f9 (diff)
downloadffmpeg-c79eddaff16492fe7eb5751d2101aebedc9d16cf.tar.gz
lavfi/aconvert: use libswresample.
This commit also drops the planar parameter; you now need to use the 'p' suffix in order to request a planar sample format.
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 ff0ba755f9..9fbb59b639 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -3,7 +3,7 @@ include $(SUBDIR)../config.mak
NAME = avfilter
FFLIBS = avutil
-FFLIBS-$(CONFIG_ACONVERT_FILTER) += avcodec
+FFLIBS-$(CONFIG_ACONVERT_FILTER) += swresample
FFLIBS-$(CONFIG_AMOVIE_FILTER) += avformat avcodec
FFLIBS-$(CONFIG_ARESAMPLE_FILTER) += swresample
FFLIBS-$(CONFIG_MOVIE_FILTER) += avformat avcodec