diff options
author | Paul B Mahol <onemda@gmail.com> | 2022-04-10 19:12:53 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2022-04-23 11:00:42 +0200 |
commit | 16463520d9de05481320303dd49ea5158c715c9f (patch) | |
tree | 9395f599d4278f353a45c61e09250642b60b7a21 /libavfilter/Makefile | |
parent | 43ea19fef4ce233510df99f68f85548e834a1995 (diff) | |
download | ffmpeg-16463520d9de05481320303dd49ea5158c715c9f.tar.gz |
avfilter: add colorchart video 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 1af07108fb..772454ba23 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -541,6 +541,7 @@ OBJS-$(CONFIG_ALLRGB_FILTER) += vsrc_testsrc.o OBJS-$(CONFIG_ALLYUV_FILTER) += vsrc_testsrc.o OBJS-$(CONFIG_CELLAUTO_FILTER) += vsrc_cellauto.o OBJS-$(CONFIG_COLOR_FILTER) += vsrc_testsrc.o +OBJS-$(CONFIG_COLORCHART_FILTER) += vsrc_testsrc.o OBJS-$(CONFIG_COLORSPECTRUM_FILTER) += vsrc_testsrc.o OBJS-$(CONFIG_COREIMAGESRC_FILTER) += vf_coreimage.o OBJS-$(CONFIG_FREI0R_SRC_FILTER) += vf_frei0r.o |