This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 8ed8e221bd297f8a12431165f638c7a0da35027c Author: Martin Storsjö <[email protected]> AuthorDate: Tue Mar 31 13:37:42 2026 +0300 Commit: Martin Storsjö <[email protected]> CommitDate: Tue Mar 31 19:57:46 2026 +0000 aarch64: Fix a URL typo This was added in 248986a0db56f833b5fc3b1b96445b841f85220b. --- libavutil/aarch64/asm.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavutil/aarch64/asm.S b/libavutil/aarch64/asm.S index d2f2192e0b..2c5fa7b7ca 100644 --- a/libavutil/aarch64/asm.S +++ b/libavutil/aarch64/asm.S @@ -201,7 +201,7 @@ DISABLE_SME2 * * References: * - "ELF for the Arm® 64-bit Architecture" - * https: *github.com/ARM-software/abi-aa/blob/master/aaelf64/aaelf64.rst + * https://github.com/ARM-software/abi-aa/blob/master/aaelf64/aaelf64.rst * - "Providing protection for complex software" * https://developer.arm.com/architectures/learn-the-architecture/providing-protection-for-complex-software */ _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
