diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-05-28 22:00:26 +0200 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-06-19 19:06:55 +0200 |
commit | 15f03725ced37e3b99e76f63f52cb92e10f134e2 (patch) | |
tree | c3615129590315c08798b160cff04e6fe19bfddd /configure | |
parent | dd2793c880ea72c9aacda8245596694d9b4f378c (diff) | |
download | ffmpeg-15f03725ced37e3b99e76f63f52cb92e10f134e2.tar.gz |
lavfi: add negate filter
This filter is a simple wrapper around the LUT filter.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |