From 969c271a5a7bd7681a1f775097cf9039f75768f6 Mon Sep 17 00:00:00 2001 From: Lynne Date: Sun, 6 Oct 2024 01:12:30 +0200 Subject: [PATCH] x86/lpc: remove HAVE_AVX2_EXTERNAL checks --- libavcodec/x86/lpc.asm | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavcodec/x86/lpc.asm b/libavcodec/x86/lpc.asm index a585c17ef5..a4f1ee91ec 100644 --- a/libavcodec/x86/lpc.asm +++ b/libavcodec/x86/lpc.asm @@ -257,7 +257,5 @@ cglobal lpc_apply_welch_window, 3, 5, 8, data, len, out, off1, off2 INIT_XMM sse2 APPLY_WELCH_FN -%if HAVE_AVX2_EXTERNAL INIT_YMM avx2 APPLY_WELCH_FN -%endif