summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorGanesh Ajjanagadde <gajjanagadde@gmail.com>2015-12-26 21:51:28 -0800
committerGanesh Ajjanagadde <gajjanagadde@gmail.com>2015-12-28 16:47:23 -0800
commit63702014fa4e4bb812fa984ca748f3178bd1174f (patch)
tree6ec7863a3e8d2c6ce45b37e8ee7494549c4040a5 /configure
parenta7bf5f4117b449954e4a91098e2f982a7e536865 (diff)
lavfi/af_anequalizer: remove cabs, cexp dependencies
Replaces by real arithmetic. Tested the validity of these transformations separately. Numerical differences are ~1e-15, and should not matter: it is not even clear which is more precise mathematically. Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index a510e8f9b5..c986aba0b1 100755
--- a/configure
+++ b/configure
@@ -2839,7 +2839,6 @@ unix_protocol_select="network"
# filters
amovie_filter_deps="avcodec avformat"
-anequalizer_filter_deps="cabs cexp"
aresample_filter_deps="swresample"
ass_filter_deps="libass"
asyncts_filter_deps="avresample"