The branch, master has been updated
via 893250a734adf1963f3d5a245f5f363ece778c7f (commit)
from adc66f30ee3cbd55d42e6079d381fa1a485adb52 (commit)
- Log -----------------------------------------------------------------
commit 893250a734adf1963f3d5a245f5f363ece778c7f
Author: Andreas Rheinhardt <[email protected]>
AuthorDate: Thu Sep 4 21:39:23 2025 +0200
Commit: Andreas Rheinhardt <[email protected]>
CommitDate: Sat Sep 6 16:06:31 2025 +0200
avfilter/Makefile: Add dependencies for premultiply_dynamic filter
Reviewed-by: Timo Rothenpieler <[email protected]>
Signed-off-by: Andreas Rheinhardt <[email protected]>
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 07fb4c3d6c..bd3f6da27d 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -437,6 +437,7 @@ OBJS-$(CONFIG_PIXDESCTEST_FILTER) +=
vf_pixdesctest.o
OBJS-$(CONFIG_PIXELIZE_FILTER) += vf_pixelize.o
OBJS-$(CONFIG_PIXSCOPE_FILTER) += vf_datascope.o
OBJS-$(CONFIG_PP7_FILTER) += vf_pp7.o qp_table.o
+OBJS-$(CONFIG_PREMULTIPLY_DYNAMIC_FILTER) += vf_premultiply.o framesync.o
OBJS-$(CONFIG_PREMULTIPLY_FILTER) += vf_premultiply.o framesync.o
OBJS-$(CONFIG_PREWITT_FILTER) += vf_convolution.o
OBJS-$(CONFIG_PREWITT_OPENCL_FILTER) += vf_convolution_opencl.o
opencl.o \
-----------------------------------------------------------------------
Summary of changes:
libavfilter/Makefile | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]