blob: 0d2359c62583c0236f15de5e17720343a615a9df [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.
[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'