summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-03-14 09:10:41 +0100
committerAnton Khirnov <anton@khirnov.net>2012-04-06 20:21:07 +0200
commite06d2dfcdecae6b2a28a5afa29c5f4535f02143a (patch)
treeccb889be932f88c56dcf51bd70dc2a85998f58e7 /configure
parent439c3d5bcc4a4560eaf5fd43c6e156e3d9bc42f2 (diff)
avconv: drop support for building without libavfilter.
Since the mandatory memcpy in vsrc_buffer has been eliminated, there shouldn't be any significant reason to build without lavfi anymore. This will make upcoming support for complex filtergraphs easier to do.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index e207ed82fe..cc63146128 100755
--- a/configure
+++ b/configure
@@ -1539,7 +1539,7 @@ avdevice_deps="avcodec avformat"
avformat_deps="avcodec"
# programs
-avconv_deps="avcodec avformat swscale"
+avconv_deps="avcodec avfilter avformat swscale"
avplay_deps="avcodec avformat swscale sdl"
avplay_select="rdft"
avprobe_deps="avcodec avformat"