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 /libavfilter/Makefile | |
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 'libavfilter/Makefile')
-rw-r--r-- | libavfilter/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile index a7aa8ccc97..9bb9fa333f 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -111,6 +111,7 @@ OBJS-$(CONFIG_FREI0R_FILTER) += vf_frei0r.o OBJS-$(CONFIG_GEQ_FILTER) += vf_geq.o OBJS-$(CONFIG_GRADFUN_FILTER) += vf_gradfun.o OBJS-$(CONFIG_HFLIP_FILTER) += vf_hflip.o +OBJS-$(CONFIG_HISTEQ_FILTER) += vf_histeq.o OBJS-$(CONFIG_HQDN3D_FILTER) += vf_hqdn3d.o OBJS-$(CONFIG_HUE_FILTER) += vf_hue.o OBJS-$(CONFIG_IDET_FILTER) += vf_idet.o |