mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +08:00
config.asm: change %ifdef directives to %if directives.
This allows combining multiple conditionals in a single statement.
This commit is contained in:
@ -95,7 +95,7 @@
|
||||
%endmacro
|
||||
|
||||
%macro TRANSPOSE8x8W 9-11
|
||||
%ifdef ARCH_X86_64
|
||||
%if ARCH_X86_64
|
||||
SBUTTERFLY wd, %1, %2, %9
|
||||
SBUTTERFLY wd, %3, %4, %9
|
||||
SBUTTERFLY wd, %5, %6, %9
|
||||
|
Reference in New Issue
Block a user