From 014056635944b7b22cd25aef44f0cdc4c237e9b6 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sat, 20 Oct 2012 07:45:51 +0200 Subject: lavfi: add histeq filter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a port of virtual dub's histogram equalization filter by Donald A. Graft. Based on the work by Jérémy Tran , done for SOCIS 2012. --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') diff --git a/configure b/configure index 3cd164c0da..89e076fbb0 100755 --- a/configure +++ b/configure @@ -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" -- cgit v1.2.3