aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2016-01-16 15:09:25 +0100
committerPaul B Mahol <onemda@gmail.com>2016-01-21 14:31:38 +0100
commitfa04ec728da3f1acf65e82728f76d48d142a2a7e (patch)
treea82321efe765de19732870cd13561ba0736ae179 /configure
parent56c182c4d716b8b72156ff57a0c8d72087db8549 (diff)
downloadffmpeg-fa04ec728da3f1acf65e82728f76d48d142a2a7e.tar.gz
avfilter: add afftfilter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 04d83ebcca..ef5a71289c 100755
--- a/configure
+++ b/configure
@@ -2841,6 +2841,8 @@ unix_protocol_deps="sys_un_h"
unix_protocol_select="network"
# filters
+afftfilt_filter_deps="avcodec"
+afftfilt_filter_select="fft"
amovie_filter_deps="avcodec avformat"
aresample_filter_deps="swresample"
ass_filter_deps="libass"
@@ -6065,6 +6067,7 @@ done
enabled zlib && add_cppflags -DZLIB_CONST
# conditional library dependencies, in linking order
+enabled afftfilt_filter && prepend avfilter_deps "avcodec"
enabled amovie_filter && prepend avfilter_deps "avformat avcodec"
enabled aresample_filter && prepend avfilter_deps "swresample"
enabled asyncts_filter && prepend avfilter_deps "avresample"