automatically enable buffer_filter when compiling ffmpeg

Fixes issue 1949

Originally committed as revision 23388 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Peter Ross 2010-05-30 12:19:26 +00:00
parent 870a6f4044
commit 21ae67900e
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -1426,6 +1426,7 @@ avformat_deps="avcodec"
# programs
ffmpeg_deps="avcodec avformat swscale"
ffmpeg_select="buffer_filter"
ffplay_deps="avcodec avformat swscale sdl"
ffplay_select="rdft"
ffprobe_deps="avcodec avformat"