tor-browser

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

README_MOZILLA (559B)


      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.
      5 
      6 The libvpx git repository is:
      7 
      8     https://chromium.googlesource.com/webm/libvpx
      9 
     10 See moz.yaml for the current in-tree version.
     11 
     12 To update run 
     13 
     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"
     18