diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-01-24 12:11:04 +0100 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-01-24 12:11:04 +0100 |
commit | af21823ae0dc8f72446f9beb22563a72f485a57c (patch) | |
tree | bd46fdafc94122678caa68a73b2e51b685473301 | |
parent | 1fa88f343aa1cd6bbb4d90a1016037e08721a328 (diff) | |
download | ffmpeg-af21823ae0dc8f72446f9beb22563a72f485a57c.tar.gz |
lavfi: require libswr for af_pan.
-rw-r--r-- | libavfilter/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |