[FFmpeg-cvslog] lavfi: require libswr for af_pan.
Nicolas George
git at videolan.org
Tue Jan 24 13:03:28 CET 2012
ffmpeg | branch: master | Nicolas George <nicolas.george at normalesup.org> | Tue Jan 24 12:11:04 2012 +0100| [af21823ae0dc8f72446f9beb22563a72f485a57c] | committer: Nicolas George
lavfi: require libswr for af_pan.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=af21823ae0dc8f72446f9beb22563a72f485a57c
---
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
More information about the ffmpeg-cvslog
mailing list