blob: 7fd8fd3d3a7f877723a4af44009d398a38671274 [file] [log] [blame]
[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.
[properties]
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'