[FFmpeg-devel] [PATCH] lavfi: require libswr for af_pan.

Nicolas George nicolas.george at normalesup.org
Tue Jan 24 12:20:20 CET 2012


Signed-off-by: Nicolas George <nicolas.george at normalesup.org>
---


Without that, tools/lavfi-showfiltfmts fails.


 libavfilter/Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 9c4be6b..23bff98 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
 
-- 
1.7.8.3



More information about the ffmpeg-devel mailing list