diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2012-06-19 12:06:41 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2012-06-19 12:06:41 +0200 |
commit | c47fc942d4ae3960118a2f0de81dddda077d271c (patch) | |
tree | 7942b25fe4c990c35afc2d8087a7bc42aecf878c /configure | |
parent | 0c142e4cda3dbc3b460a5f8c1095cee6594ed5c6 (diff) | |
download | ffmpeg-c47fc942d4ae3960118a2f0de81dddda077d271c.tar.gz |
Fix dependencies for the atempo filter.
Found, analysed and tested by trac user Jamal.
Fixes ticket #1465.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1706,7 +1706,7 @@ amovie_filter_deps="avcodec avformat" aresample_filter_deps="swresample" ass_filter_deps="libass" asyncts_filter_deps="avresample" -atempo_filter_deps="avcodec" +atempo_filter_deps="avcodec rdft" blackframe_filter_deps="gpl" boxblur_filter_deps="gpl" colormatrix_filter_deps="gpl" |