Home | History | Annotate | only in /external/libvpx
Up to higher level directory
NameDateSize
Add-visibility-protected-attribute-for-global-variab.patch21-Aug-20182.9K
Android.bp21-Aug-201863K
Android.bp.in21-Aug-20182.8K
Android.mk21-Aug-201858
cfi_blacklist.txt21-Aug-201823
CleanSpec.mk21-Aug-20182.3K
config/21-Aug-2018
generate_config.sh21-Aug-20189.8K
libvpx/21-Aug-2018
libwebm/21-Aug-2018
lint_config.sh21-Aug-20182.8K
MODULE_LICENSE_BSD21-Aug-20180
NOTICE21-Aug-20181.5K
README.android21-Aug-20181.5K
README.version21-Aug-2018241
update_libvpx.sh21-Aug-20183K

README.android

      1 Name: libvpx
      2 URL: http://www.webmproject.org
      3 Version: v1.7.0
      4 License: BSD
      5 License File: libvpx/LICENSE
      6 
      7 Date: Wednesday January 24 2018
      8 Branch: origin/mandarinduck
      9 Commit: f80be22a1099b2a431c2796f529bb261064ec6b4
     10 
     11 Description:
     12 Contains the sources used to compile libvpx.
     13 
     14 The libvpx source is from webmproject.org:
     15   https://chromium.googlesource.com/webm/libvpx
     16 
     17 Notes on updating libvpx source code:
     18 
     19 Please follow these steps to update libvpx source code:
     20 
     21 1. Update libvpx source tree. Look for "Current HEAD: <hash>" output to update
     22    README.android. Look for "git log from upstream: <git log>" output to add
     23    to the commit message.
     24 
     25    ./update_libvpx.sh [branch name]
     26 
     27 2. Generate updated .gypi and config files.
     28 
     29    ./generate_config.sh
     30 
     31 3. Update this file with any Version, Date, Branch, or Commit changes. The
     32    version is in the file source/config/vpx_version.h
     33 
     34 4. Commit the changes. The commit message should look like this and is printed
     35    by update_libvpx.sh:
     36    libvpx: Pull from upstream
     37 
     38    Current HEAD: <hash>
     39 
     40    git log from upstream:
     41    a6b2070 <git commit message 1>
     42    08dabbc <git commit message 2>
     43    c29fb02 <git commit message 3>
     44 
     45 Tools needed to build libvpx:
     46 
     47 - generate_config.sh
     48 
     49 Generate config files that contain the source list for each platform.
     50 Configuration for the build is taken from vpx_config.h for each platform.
     51 
     52 - lint_config.sh
     53 
     54 A tool to verify vpx_config.h and vpx_config.asm are matched. This also
     55 prints the final configuration after checking.
     56 
     57 

README.version

      1 URL: https://chromium.googlesource.com/webm/libvpx.git/+archive/v1.7.0.tar.gz
      2 Version: v1.7.0
      3 BugComponent: 42195
      4 Owners: johannkoenig
      5 Local Modifications:
      6   Add visibility="protected" attribute for global variables referenced in asm files.
      7