tor-browser

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

README_mozilla (628B)


      1 These headers are taken from Libav versions 0.8.9, 0.9 and 1.0.
      2 
      3 These headers are licensed under the GNU Lesser General Public License version
      4 2.1. For more information see the file COPYING.LGPLv2.1
      5 
      6 While the function ABIs of FFmpeg/Libav tend to be stable between even major
      7 versions, the class layouts can change considerably. This can lead to major
      8 crashes if we build against the wrong headers. We include these headers to make
      9 sure we have the same version every time we build, and to ease the pain of
     10 acquiring the correct libraries for a build, especially for those distributions
     11 who oppose distributing such packages.