The branch, master has been updated
via 5ff2500514a0224b7c2822d3b4e950b473f5bcff (commit)
from 6e4805056851338fa00768931f29d4c6281495b9 (commit)
- Log -----------------------------------------------------------------
commit 5ff2500514a0224b7c2822d3b4e950b473f5bcff
Author: Kacper MichajÅow <[email protected]>
AuthorDate: Fri Aug 15 19:23:31 2025 +0200
Commit: Kacper MichajÅow <[email protected]>
CommitDate: Fri Aug 15 20:45:20 2025 +0200
avcodec/x86/Makefile: add missing x86/proresdsp.o for prores raw
diff --git a/libavcodec/x86/Makefile b/libavcodec/x86/Makefile
index ebf458453e..ebd2bdb310 100644
--- a/libavcodec/x86/Makefile
+++ b/libavcodec/x86/Makefile
@@ -170,6 +170,7 @@ X86ASM-OBJS-$(CONFIG_MLP_DECODER) += x86/mlpdsp.o
X86ASM-OBJS-$(CONFIG_MPEG4_DECODER) += x86/xvididct.o
X86ASM-OBJS-$(CONFIG_PNG_DECODER) += x86/pngdsp.o
X86ASM-OBJS-$(CONFIG_PRORES_DECODER) += x86/proresdsp.o
+X86ASM-OBJS-$(CONFIG_PRORES_RAW_DECODER) += x86/proresdsp.o
X86ASM-OBJS-$(CONFIG_RV40_DECODER) += x86/rv40dsp.o
X86ASM-OBJS-$(CONFIG_SBC_ENCODER) += x86/sbcdsp.o
X86ASM-OBJS-$(CONFIG_SVQ1_ENCODER) += x86/svq1enc.o
-----------------------------------------------------------------------
Summary of changes:
libavcodec/x86/Makefile | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
_______________________________________________
ffmpeg-cvslog mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".