This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 2251ede69ea3d9e68b69fbdd940b8af40a643fe6 Author: Georgii Zagoruiko <[email protected]> AuthorDate: Mon Dec 8 19:44:57 2025 +0000 Commit: Martin Storsjö <[email protected]> CommitDate: Tue Dec 9 21:38:38 2025 +0000 Makefile: add missing variables in Makefile --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4fc0aebd33..f3fed75954 100644 --- a/Makefile +++ b/Makefile @@ -110,7 +110,8 @@ SUBDIR_VARS := CLEANFILES FFLIBS HOSTPROGS TESTPROGS TOOLS \ ALTIVEC-OBJS VSX-OBJS X86ASM-OBJS \ MIPSFPU-OBJS MIPSDSPR2-OBJS MIPSDSP-OBJS MSA-OBJS \ MMI-OBJS LSX-OBJS LASX-OBJS RV-OBJS RVV-OBJS RVVB-OBJS \ - OBJS SHLIBOBJS STLIBOBJS HOSTOBJS TESTOBJS SIMD128-OBJS + OBJS SHLIBOBJS STLIBOBJS HOSTOBJS TESTOBJS SIMD128-OBJS \ + SVE-OBJS SVE2-OBJS define RESET $(1) := _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
