This directory contains build files for dav1d. The actual library
source is in $TOPSRCDIR/third_party/dav1d/

Any patches or additional configuration to be applied to the
upstream source should be kept here in the media/libaom
directory.

To update the library source and build config files, execute

  ./mach vendor dav1d

To update to a specific upstream git tag or commit, use

  ./mach vendor dav1d -r <commit>

The upstream git repository is https://aomedia.googlesource.com/aom

To update to a fork, use

  ./mach vendor dav1d --repo <repository url> [-r <commit>]
