Skip to content

Commit

Permalink
configure: Make avconv depend on null, anull and resample filters
Browse files Browse the repository at this point in the history
Building avconv without that functionality makes little sense.
  • Loading branch information
DonDiego committed Dec 20, 2012
1 parent 69f086e commit 0a0e340
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -1771,8 +1771,9 @@ swscale_deps="avutil"

# programs
avconv_deps="avcodec avfilter avformat avresample swscale"
avconv_select="aformat_filter asyncts_filter
format_filter fps_filter scale_filter setpts_filter"
avconv_select="aformat_filter anull_filter asyncts_filter format_filter
fps_filter null_filter resample_filter scale_filter
setpts_filter"
avplay_deps="avcodec avformat avresample swscale sdl"
avplay_select="rdft"
avprobe_deps="avcodec avformat"
Expand Down

0 comments on commit 0a0e340

Please sign in to comment.