diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-01-26 08:49:15 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-02-02 14:31:18 +0100 |
commit | c79eddaff16492fe7eb5751d2101aebedc9d16cf (patch) | |
tree | c9809f3788a50f2b124ea97821718262b86a770e /configure | |
parent | e96be8409f079065c2e9f137e17fd836ce1d76f9 (diff) | |
download | ffmpeg-c79eddaff16492fe7eb5751d2101aebedc9d16cf.tar.gz |
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-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |