From af21823ae0dc8f72446f9beb22563a72f485a57c Mon Sep 17 00:00:00 2001 From: Nicolas George Date: Tue, 24 Jan 2012 12:11:04 +0100 Subject: [PATCH] lavfi: require libswr for af_pan. --- libavfilter/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libavfilter/Makefile b/libavfilter/Makefile index 9c4be6b6ba..23bff98ba6 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -7,6 +7,7 @@ FFLIBS-$(CONFIG_ACONVERT_FILTER) += avcodec FFLIBS-$(CONFIG_AMOVIE_FILTER) += avformat avcodec FFLIBS-$(CONFIG_ARESAMPLE_FILTER) += avcodec FFLIBS-$(CONFIG_MOVIE_FILTER) += avformat avcodec +FFLIBS-$(CONFIG_PAN_FILTER) += swresample FFLIBS-$(CONFIG_SCALE_FILTER) += swscale FFLIBS-$(CONFIG_MP_FILTER) += avcodec