diff options
author | James Almer <jamrial@gmail.com> | 2014-09-14 22:46:18 -0300 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2014-09-17 07:43:03 +0000 |
commit | d1c49bcae9b7fd41df5c6804ac7f6a5c271a7c2e (patch) | |
tree | 72883b665b2b8ca56751c6d707126d1f0d1c58db /configure | |
parent | 9ffa705edd7725285b7375924db76c0c760574cf (diff) | |
download | ffmpeg-d1c49bcae9b7fd41df5c6804ac7f6a5c271a7c2e.tar.gz |
avfilter: remove obsolete FF_API_ACONVERT_FILTER cruft
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -2532,7 +2532,6 @@ unix_protocol_deps="sys_un_h" unix_protocol_select="network" # filters -aconvert_filter_deps="swresample" amovie_filter_deps="avcodec avformat" aresample_filter_deps="swresample" ass_filter_deps="libass" @@ -5300,7 +5299,6 @@ done enabled zlib && add_cppflags -DZLIB_CONST # conditional library dependencies, in linking order -enabled aconvert_filter && prepend avfilter_deps "swresample" enabled amovie_filter && prepend avfilter_deps "avformat avcodec" enabled aresample_filter && prepend avfilter_deps "swresample" enabled asyncts_filter && prepend avfilter_deps "avresample" |