avfilter/x86/vf_atadenoise: move %if ARCH_X86_64 after x86util include

This is consistent pattern with other files. Also is needed for next
commit to always include x86util.asm

Signed-off-by: Kacper Michajłow <kasper93@gmail.com>
This commit is contained in:
Kacper Michajłow
2026-03-29 22:21:16 +02:00
parent 2b8ca0f3c5
commit 2b1d8ba3ec

View File

@@ -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