[FFmpeg-cvslog] avfilter/Makefile: fix case for sierpinski
Paul B Mahol
git at videolan.org
Wed Sep 25 15:18:04 EEST 2019
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Wed Sep 25 14:15:55 2019 +0200| [402dbd4633a71e117ab81605b25eaadd12b198df] | committer: Paul B Mahol
avfilter/Makefile: fix case for sierpinski
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=402dbd4633a71e117ab81605b25eaadd12b198df
---
libavfilter/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index f47f3d3112..b99ecc8c26 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -452,7 +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_SIERPINSKI_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
More information about the ffmpeg-cvslog
mailing list