diff options
author | Clément Bœsch <u@pkh.me> | 2015-08-16 01:22:59 +0200 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2015-08-29 14:57:52 +0200 |
commit | b48d8fa3ac38849eab53cf586467481b256b3a99 (patch) | |
tree | 69b0d1f1f515d1228eae8741622d9828e8f2a304 /libavfilter/Makefile | |
parent | 8323d9b8afbc0755120cbded0e0259b2ba23977c (diff) | |
download | ffmpeg-b48d8fa3ac38849eab53cf586467481b256b3a99.tar.gz |
avfilter: add allrgb
Signed-off-by: Nicolas George <george@nsup.org>
Signed-off-by: Clément Bœsch <u@pkh.me>
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 ac7412d41b..a2af794e20 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -241,6 +241,7 @@ OBJS-$(CONFIG_YADIF_FILTER) += vf_yadif.o OBJS-$(CONFIG_ZMQ_FILTER) += f_zmq.o OBJS-$(CONFIG_ZOOMPAN_FILTER) += vf_zoompan.o +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 |