Skip to content

Commit 20c032d

Browse files
tp-mtmatth
authored andcommitted
meson: fix build on arm64
Would fail like: Checking if "compiler supports ARMv7/AArch64 NEON intrinsics" : links: NO Checking if "compiler supports ARMv7/AArch64 NEON intrinsics with -mfpu=neon" : links: YES Checking if "compiler supports AArch64 NEON intrinsics" : links: NO Checking if "compiler supports AArch64 NEON intrinsics with -mfpu=neon" : links: NO Message: Compiler does not support AArch64 NEON intrinsics ../silk/meson.build:28:45: ERROR: Unknown variable "have_arm_intrinsics_or_asm". since commit 0808841.
1 parent f3de7ca commit 20c032d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,8 +574,8 @@ foreach l : lines
574574
endforeach
575575

576576
subdir('include')
577-
subdir('silk')
578577
subdir('celt')
578+
subdir('silk')
579579
subdir('src')
580580

581581
configure_file(output: 'config.h', configuration: opus_conf)

0 commit comments

Comments
 (0)