This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch master
in repository ffmpeg.

commit 29185f708fafb1399e71f0be6360c6b410891f60
Author:     Rémi Denis-Courmont <[email protected]>
AuthorDate: Mon Dec 15 18:40:13 2025 +0200
Commit:     Rémi Denis-Courmont <[email protected]>
CommitDate: Mon Dec 15 18:40:13 2025 +0200

    lavc/riscv: fix dependency for llvidencdsp
---
 libavcodec/riscv/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/riscv/Makefile b/libavcodec/riscv/Makefile
index 20f6bc73d6..2c53334923 100644
--- a/libavcodec/riscv/Makefile
+++ b/libavcodec/riscv/Makefile
@@ -46,7 +46,7 @@ RVV-OBJS-$(CONFIG_LLAUDDSP) += riscv/llauddsp_rvv.o
 OBJS-$(CONFIG_LLVIDDSP) += riscv/llviddsp_init.o
 RVV-OBJS-$(CONFIG_LLVIDDSP) += riscv/llviddsp_rvv.o
 OBJS-$(CONFIG_LLVIDENCDSP) += riscv/llvidencdsp_init.o
-RV-OBJS-$(CONFIG_LLVIDDSP) += riscv/llvidencdsp_rvb.o
+RV-OBJS-$(CONFIG_LLVIDENCDSP) += riscv/llvidencdsp_rvb.o
 RVV-OBJS-$(CONFIG_LLVIDENCDSP) += riscv/llvidencdsp_rvv.o
 OBJS-$(CONFIG_LPC) += riscv/lpc_init.o
 RVV-OBJS-$(CONFIG_LPC) += riscv/lpc_rvv.o

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to