diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-10-20 07:45:51 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-01-05 10:25:32 +0100 |
commit | 014056635944b7b22cd25aef44f0cdc4c237e9b6 (patch) | |
tree | cadfbf37a7ca6ef179f99ef94bed9e58a18718b3 /configure | |
parent | 172505b8bc361e4b08c75baf2d4d94e6c2ac94b9 (diff) | |
download | ffmpeg-014056635944b7b22cd25aef44f0cdc4c237e9b6.tar.gz |
lavfi: add histeq filter
This is a port of virtual dub's histogram equalization filter by Donald
A. Graft. Based on the work by Jérémy Tran <tran.jeremy.av@gmail.com>,
done for SOCIS 2012.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1985,6 +1985,7 @@ frei0r_filter_extralibs='$ldl' frei0r_src_filter_deps="frei0r dlopen" frei0r_src_filter_extralibs='$ldl' geq_filter_deps="gpl" +histeq_filter_deps="gpl" hqdn3d_filter_deps="gpl" hue_filter_deps="gpl" kerndeint_filter_deps="gpl" |