diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-05-25 01:07:46 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-05-27 20:42:28 +0200 |
commit | 158d96e3f0ab1a01aa5eb8f0a4f9307834d10f70 (patch) | |
tree | c2bcf2ad6f65e764bd1e6a9892ed85952d36b4ba /libavfilter/Makefile | |
parent | 43286028906adab67ec87bc15ff3010d0f6c2ff0 (diff) | |
download | ffmpeg-158d96e3f0ab1a01aa5eb8f0a4f9307834d10f70.tar.gz |
lavfi: add haldclut filter.
Fixes Ticket #2517.
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 9682cba216..4ee28bfb63 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -135,6 +135,7 @@ OBJS-$(CONFIG_FPS_FILTER) += vf_fps.o OBJS-$(CONFIG_FREI0R_FILTER) += vf_frei0r.o OBJS-$(CONFIG_GEQ_FILTER) += vf_geq.o OBJS-$(CONFIG_GRADFUN_FILTER) += vf_gradfun.o +OBJS-$(CONFIG_HALDCLUT_FILTER) += vf_lut3d.o dualinput.o OBJS-$(CONFIG_HFLIP_FILTER) += vf_hflip.o OBJS-$(CONFIG_HISTEQ_FILTER) += vf_histeq.o OBJS-$(CONFIG_HISTOGRAM_FILTER) += vf_histogram.o |