Skip to content
Snippets Groups Projects
Commit 20c032d2 authored by Tim-Philipp Müller's avatar Tim-Philipp Müller Committed by Tristan Matthews
Browse files

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 08088411.
parent f3de7ca7
No related branches found
No related tags found
1 merge request!59meson: fix build on arm64
Pipeline #3598 passed
......@@ -574,8 +574,8 @@ foreach l : lines
endforeach
subdir('include')
subdir('silk')
subdir('celt')
subdir('silk')
subdir('src')
configure_file(output: 'config.h', configuration: opus_conf)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment