tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

README_MOZILLA (753B)


      1 This directory contains build files for the aom video
      2 codec reference implementation. The actual library
      3 source is in $TOPSRCDIR/third_party/aom/
      4 
      5 Any patches or additional configuration to be applied to the
      6 upstream source should be kept here in the media/libaom
      7 directory.
      8 
      9 To update the library source and build config files,
     10 
     11 1. Run `./mach vendor media/libaom/moz.yaml --patch-mode=none`, or
     12    `./mach vendor media/libaom/moz.yaml -r <commit>` for a specific
     13    commit, to update the sources
     14 2. Run `./mach vendor media/libaom/moz.yaml --patch-mode=only` to
     15    apply the local patches.
     16 
     17 The upstream git repository is https://aomedia.googlesource.com/aom
     18 
     19 To view the information about the current version, check the
     20 'origin' section of moz.yaml.