diff options
author | Paul B Mahol <onemda@gmail.com> | 2016-01-16 15:09:25 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2016-01-21 14:31:38 +0100 |
commit | fa04ec728da3f1acf65e82728f76d48d142a2a7e (patch) | |
tree | a82321efe765de19732870cd13561ba0736ae179 /configure | |
parent | 56c182c4d716b8b72156ff57a0c8d72087db8549 (diff) | |
download | ffmpeg-fa04ec728da3f1acf65e82728f76d48d142a2a7e.tar.gz |
avfilter: add afftfilter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |