Home | History | Annotate | only in /external/libvpx
Up to higher level directory
NameDateSize
Android.mk24-Aug-2016173
config/24-Aug-2016
config.arm.mk24-Aug-2016727
config.arm64.mk24-Aug-2016594
config.mips.mk24-Aug-2016637
config.mips64.mk24-Aug-2016476
config.x86.mk24-Aug-2016606
config.x86_64.mk24-Aug-2016662
generate_config.sh24-Aug-20168.1K
libvpx/24-Aug-2016
libvpx-asm-translation.mk24-Aug-20161.1K
libvpx.mk24-Aug-20161.7K
libwebm/24-Aug-2016
libwebm.mk24-Aug-2016240
lint_config.sh24-Aug-20162.8K
MODULE_LICENSE_BSD24-Aug-20160
NOTICE24-Aug-20161.5K
README.android24-Aug-20161.6K
README.version24-Aug-2016153
update_libvpx.sh24-Aug-20163K

README.android

      1 Name: libvpx
      2 URL: http://www.webmproject.org
      3 Version: v1.5.0
      4 License: BSD
      5 License File: libvpx/LICENSE
      6 
      7 Date: Thursday November 19 2015
      8 Branch: javanwhistlingduck
      9 Commit: cbecf57f3e0d85a7b7f97f3ab7c507f6fe640a93
     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. Remove the following unwanted files/directories:
     35    * external/libvpx/libvpx/vp10
     36 
     37 5. Commit the changes. The commit message should look like this and is printed
     38    by update_libvpx.sh:
     39    libvpx: Pull from upstream
     40 
     41    Current HEAD: <hash>
     42 
     43    git log from upstream:
     44    a6b2070 <git commit message 1>
     45    08dabbc <git commit message 2>
     46    c29fb02 <git commit message 3>
     47 
     48 Tools needed to build libvpx:
     49 
     50 - generate_config.sh
     51 
     52 Generate config files that contain the source list for each platform.
     53 Configuration for the build is taken from vpx_config.h for each platform.
     54 
     55 - lint_config.sh
     56 
     57 A tool to verify vpx_config.h and vpx_config.asm are matched. This also
     58 prints the final configuration after checking.
     59 
     60 

README.version

      1 URL: https://storage.googleapis.com/downloads.webmproject.org/releases/webm/libvpx-1.5.0.tar.bz2
      2 Version: 1.5.0
      3 BugComponent: 42195
      4 Owners: johannkoenig
      5