From 2b8ca0f3c5ed79226716ce1bc8e2d935164f830d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Michaj=C5=82ow?= Date: Sat, 28 Mar 2026 16:29:13 +0100 Subject: [PATCH] avfilter/x86/avf_showcqt: add missing section declaration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kacper Michajłow --- 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