Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2012-01-24 15:11:04 +0400
committerNicolas George <nicolas.george@normalesup.org>2012-01-24 15:11:04 +0400
commitaf21823ae0dc8f72446f9beb22563a72f485a57c (patch)
treebd46fdafc94122678caa68a73b2e51b685473301 /libavfilter
parent1fa88f343aa1cd6bbb4d90a1016037e08721a328 (diff)
lavfi: require libswr for af_pan.
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/Makefile1
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