gecko-dev/media/libdav1d/README_MOZILLA
Thomas Daede eed1f33ab9 Bug 1533559 - Update libdav1d to 0.2.1. r=achronop
Differential Revision: https://phabricator.services.mozilla.com/D23761

--HG--
rename : media/libdav1d/version.h => media/libdav1d/vcs_version.h
rename : third_party/dav1d/include/meson.build => third_party/dav1d/include/dav1d/meson.build
rename : third_party/dav1d/src/obu.h => third_party/dav1d/include/dav1d/version.h.in
rename : third_party/dav1d/include/version.h.in => third_party/dav1d/include/vcs_version.h.in
rename : third_party/dav1d/src/thread_task.h => third_party/dav1d/src/log.c
rename : third_party/dav1d/src/cpu.h => third_party/dav1d/src/log.h
extra : moz-landing-system : lando
2019-03-19 17:35:09 +00:00

21 lines
571 B
Plaintext

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>]