Browse Source

configure: add all filters hardcoded into avconv to avconv_deps

tags/n1.0
Anton Khirnov 13 years ago
parent
commit
ce03b0881a
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      configure

+ 3
- 2
configure View File

@@ -1539,8 +1539,9 @@ avdevice_deps="avcodec avformat"
avformat_deps="avcodec"

# programs
avconv_deps="avcodec avfilter avformat avresample swscale format_filter
scale_filter setpts_filter"
avconv_deps="avcodec avfilter avformat avresample swscale
aformat_filter asyncts_filter
format_filter fps_filter scale_filter setpts_filter"
avplay_deps="avcodec avformat swscale sdl"
avplay_select="rdft"
avprobe_deps="avcodec avformat"


Loading…
Cancel
Save