Bug 1869043 allow a device to be specified with MediaTrackGraph::NotifyWhenDeviceStar...
[gecko.git] / media / libvpx / README_MOZILLA
blob16ef9439bbeb65c316062ad3b58cbd118d72d457
1 The source from this directory was copied from the libvpx
2 git repository. The only changes made are those in the
3 included patch files and the addition of moz.build and
4 Makefile.in build files for the Mozilla build system.
6 The libvpx git repository is:
8     https://chromium.googlesource.com/webm/libvpx
10 See moz.yaml for the current in-tree version.
12 To update run 
14 $ ./mach vendor media/libvpx/moz.yaml --patch-mode=none
15 $ hg commit -m "Update libvpx"
16 $ ./mach vendor media/libvpx/moz.yaml --patch-mode=only
17 $ hg commit -m "Apply local patches to libvpx"