mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 11:19:55 +00:00
Add forgotten %ifdef HAVE_AVX.
Fixes compilation with older YASM/NASM versions. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
This commit is contained in:
parent
976b095939
commit
85372f9d57
@ -1176,5 +1176,7 @@ cglobal butterflies_float_interleave, 4,4,3, dst, src0, src1, len
|
||||
|
||||
INIT_XMM sse
|
||||
BUTTERFLIES_FLOAT_INTERLEAVE
|
||||
%ifdef HAVE_AVX
|
||||
INIT_YMM avx
|
||||
BUTTERFLIES_FLOAT_INTERLEAVE
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user