This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 2b8ca0f3c5ed79226716ce1bc8e2d935164f830d Author: Kacper Michajłow <[email protected]> AuthorDate: Sat Mar 28 16:29:13 2026 +0100 Commit: Kacper Michajłow <[email protected]> CommitDate: Sun Mar 29 22:22:29 2026 +0200 avfilter/x86/avf_showcqt: add missing section declaration Signed-off-by: Kacper Michajłow <[email protected]> --- libavfilter/x86/avf_showcqt.asm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavfilter/x86/avf_showcqt.asm b/libavfilter/x86/avf_showcqt.asm index 16af0de9b0..f6190e93cc 100644 --- a/libavfilter/x86/avf_showcqt.asm +++ b/libavfilter/x86/avf_showcqt.asm @@ -22,6 +22,8 @@ %include "libavutil/x86/x86util.asm" +SECTION .text + %if ARCH_X86_64 %define pointer resq %else _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
