From 2b1d8ba3ecb8bb302db2c8dadf4350d800ddf719 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Michaj=C5=82ow?= Date: Sun, 29 Mar 2026 22:21:16 +0200 Subject: [PATCH] avfilter/x86/vf_atadenoise: move %if ARCH_X86_64 after x86util include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is consistent pattern with other files. Also is needed for next commit to always include x86util.asm Signed-off-by: Kacper Michajłow --- libavfilter/x86/vf_atadenoise.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavfilter/x86/vf_atadenoise.asm b/libavfilter/x86/vf_atadenoise.asm index 4945ad3f5e..f1a21cbe75 100644 --- a/libavfilter/x86/vf_atadenoise.asm +++ b/libavfilter/x86/vf_atadenoise.asm @@ -20,10 +20,10 @@ ;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ;****************************************************************************** -%if ARCH_X86_64 - %include "libavutil/x86/x86util.asm" +%if ARCH_X86_64 + SECTION_RODATA pw_one: times 8 dw 1 pw_ones: times 8 dw 65535