summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-01-26 08:49:15 +0100
committerClément Bœsch <ubitux@gmail.com>2012-02-02 14:31:18 +0100
commitc79eddaff16492fe7eb5751d2101aebedc9d16cf (patch)
treec9809f3788a50f2b124ea97821718262b86a770e /configure
parente96be8409f079065c2e9f137e17fd836ce1d76f9 (diff)
lavfi/aconvert: use libswresample.
This commit also drops the planar parameter; you now need to use the 'p' suffix in order to request a planar sample format.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index b4e433cd20..aa45fd77ff 100755
--- a/configure
+++ b/configure
@@ -1648,6 +1648,7 @@ tls_protocol_select="tcp_protocol"
udp_protocol_deps="network"
# filters
+aconvert_filter_deps="swresample"
amovie_filter_deps="avcodec avformat"
aresample_filter_deps="swresample"
ass_filter_deps="libass"