summaryrefslogtreecommitdiff
path: root/chromium/third_party/dav1d/crossfiles/arm64.crossfile
blob: 0d2359c62583c0236f15de5e17720343a615a9df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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'