summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-05-28 22:00:26 +0200
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-06-19 19:06:55 +0200
commit15f03725ced37e3b99e76f63f52cb92e10f134e2 (patch)
treec3615129590315c08798b160cff04e6fe19bfddd /configure
parentdd2793c880ea72c9aacda8245596694d9b4f378c (diff)
lavfi: add negate filter
This filter is a simple wrapper around the LUT filter.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 1f1b75e088..552c8e0a82 100755
--- a/configure
+++ b/configure
@@ -1500,6 +1500,7 @@ frei0r_src_filter_deps="frei0r dlopen strtok_r"
hqdn3d_filter_deps="gpl"
movie_filter_deps="avcodec avformat"
mp_filter_deps="gpl avcodec"
+negate_filter_deps="lut_filter"
ocv_filter_deps="libopencv"
scale_filter_deps="swscale"
yadif_filter_deps="gpl"