summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2014-06-28 20:35:27 +0200
committerClément Bœsch <u@pkh.me>2014-08-07 19:59:07 +0200
commit06362ab7509eb0fc3587067ff4b5416f11a87933 (patch)
tree5cb5249e8606da3538fc40fd3bf76a39725872cd /configure
parent75bd83d448fec8108cdbb6a4f78cd0f7b1fc411e (diff)
avfilter/dctdnoiz: rewrite [f/i]dct
This removes the avcodec dependency and make the code almost twice as fast. More to come. The DCT factorization is based on "Fast and numerically stable algorithms for discrete cosine transforms" from Gerlind Plonkaa & Manfred Tasche (DOI: 10.1016/j.laa.2004.07.015).
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure b/configure
index 1b14730f18..b6c7c79b42 100755
--- a/configure
+++ b/configure
@@ -2530,8 +2530,6 @@ boxblur_filter_deps="gpl"
bs2b_filter_deps="libbs2b"
colormatrix_filter_deps="gpl"
cropdetect_filter_deps="gpl"
-dctdnoiz_filter_deps="avcodec"
-dctdnoiz_filter_select="dct"
delogo_filter_deps="gpl"
deshake_filter_select="pixelutils"
drawtext_filter_deps="libfreetype"