configure: add all filters hardcoded into avconv to avconv_deps

This commit is contained in:
Anton Khirnov 2012-06-13 10:17:28 +02:00
parent 24b2f4ed21
commit ce03b0881a

5
configure vendored
View File

@ -1539,8 +1539,9 @@ avdevice_deps="avcodec avformat"
avformat_deps="avcodec" avformat_deps="avcodec"
# programs # programs
avconv_deps="avcodec avfilter avformat avresample swscale format_filter avconv_deps="avcodec avfilter avformat avresample swscale
scale_filter setpts_filter" aformat_filter asyncts_filter
format_filter fps_filter scale_filter setpts_filter"
avplay_deps="avcodec avformat swscale sdl" avplay_deps="avcodec avformat swscale sdl"
avplay_select="rdft" avplay_select="rdft"
avprobe_deps="avcodec avformat" avprobe_deps="avcodec avformat"