chromium/third_party/dav1d/crossfiles/arm64.crossfile

[binaries]
c = 'clang'
ar = 'llvm-ar'

# Copied from //third_party/ffmpeg's build_ffmpeg.py script. Does not use all
# the cflags listed there since dav1d doesn't currently need such specificity.
[built-in options]
c_args = ['-march=armv8-a', '--target=aarch64-linux-gnu']
c_link_args = ['--target=aarch64-linux-gnu']

[host_machine]
system = 'linux'
cpu_family = 'aarch64'
cpu = 'armv8-a'
endian = 'little'