diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-08-12 09:20:08 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-09-25 14:06:26 +0200 |
commit | 9c3e1c19376e76c61652775b0385c9d119df59a6 (patch) | |
tree | 1c457b37c17d1ffe6728cf7f9666d9aba1e5cfcb /libavfilter/Makefile | |
parent | 55b32584b80e197f049f02d761e7914f5d61c89d (diff) | |
download | ffmpeg-streaming-9c3e1c19376e76c61652775b0385c9d119df59a6.zip ffmpeg-streaming-9c3e1c19376e76c61652775b0385c9d119df59a6.tar.gz |
avfilter: add sierpinski video source
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 3ef4191..f47f3d3 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -452,6 +452,7 @@ OBJS-$(CONFIG_OPENCLSRC_FILTER) += vf_program_opencl.o opencl.o OBJS-$(CONFIG_PAL75BARS_FILTER) += vsrc_testsrc.o OBJS-$(CONFIG_PAL100BARS_FILTER) += vsrc_testsrc.o OBJS-$(CONFIG_RGBTESTSRC_FILTER) += vsrc_testsrc.o +OBJS-$(CONFIG_SMPTEBARS_FILTER) += vsrc_sierpinski.o OBJS-$(CONFIG_SMPTEBARS_FILTER) += vsrc_testsrc.o OBJS-$(CONFIG_SMPTEHDBARS_FILTER) += vsrc_testsrc.o OBJS-$(CONFIG_TESTSRC_FILTER) += vsrc_testsrc.o |