diff options
author | Clément Bœsch <u@pkh.me> | 2015-01-24 21:37:59 +0100 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2015-02-14 20:48:50 +0100 |
commit | 9b964690e39928af616d88b3e8ab47a7db14a538 (patch) | |
tree | 8c6a154816efa23574258066796e664cf36f13af /libavfilter/Makefile | |
parent | 3cab173e232772b63bae9006f6f381231db5b7cd (diff) | |
download | ffmpeg-9b964690e39928af616d88b3e8ab47a7db14a538.tar.gz |
avfilter: add palettegen filter
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 7d1ea9199b..a1fd88abb8 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -160,6 +160,7 @@ OBJS-$(CONFIG_OPENCL) += deshake_opencl.o unsharp_opencl. OBJS-$(CONFIG_OVERLAY_FILTER) += vf_overlay.o dualinput.o framesync.o OBJS-$(CONFIG_OWDENOISE_FILTER) += vf_owdenoise.o OBJS-$(CONFIG_PAD_FILTER) += vf_pad.o +OBJS-$(CONFIG_PALETTEGEN_FILTER) += vf_palettegen.o OBJS-$(CONFIG_PERMS_FILTER) += f_perms.o OBJS-$(CONFIG_PERSPECTIVE_FILTER) += vf_perspective.o OBJS-$(CONFIG_PHASE_FILTER) += vf_phase.o |