Home | History | Annotate | only in /external/libaom
Up to higher level directory
NameDateSize
Android.bp22-Oct-202016.1K
Android.bp.in22-Oct-20203K
Android.mk22-Oct-202059
config/22-Oct-2020
generate_config.sh22-Oct-20204.4K
libaom/22-Oct-2020
OWNERS22-Oct-2020138
README.android22-Oct-20201.3K
README.version22-Oct-2020256
update_libaom.sh22-Oct-20203.4K

README.android

      1 Name: libaom
      2 URL: https://aomedia.org
      3 Version: v1.0.0
      4 License: BSD
      5 License File: libaom/LICENSE
      6 
      7 Date: Thursday November 29 2018
      8 Branch: origin/master
      9 Commit: 250bc3a61c501344523eec07fec35f304767260b
     10 
     11 Description:
     12 Contains the sources used to compile libaom.
     13 
     14 The libaom source is from aomedia.org:
     15   https://aomedia.googlesource.com/aom/
     16 
     17 Please follow these steps to update libaom source code:
     18 
     19 1. Update libaom source tree. Look for "Current HEAD: <hash>" output to update
     20    README.android. Look for "git log from upstream: <git log>" output to add
     21    to the commit message.
     22 
     23    ./update_libaom.sh [branch name]
     24 
     25 2. Generate updated Android.bp and config files.
     26 
     27    ./generate_config.sh
     28 
     29 3. Update this file with any Version, Date, Branch, or Commit changes. The
     30    version is in the file config/config/aom_version.h
     31 
     32 4. Commit the changes. The commit message should look like this and is printed
     33    by update_libaom.sh:
     34    libaom: Pull from upstream
     35 
     36    Current HEAD: <hash>
     37 
     38    git log from upstream:
     39    a6b2070 <git commit message 1>
     40    08dabbc <git commit message 2>
     41    c29fb02 <git commit message 3>
     42 
     43 Tools needed to build libaom:
     44 
     45 - generate_config.sh
     46 
     47 Generate config files that contain the source list for each platform.
     48 A list of prerequisites is at the top of generate_config.sh.
     49 

README.version

      1 URL: https://aomedia.googlesource.com/aom/+archive/250bc3a61c501344523eec07fec35f304767260b.tar.gz
      2 Version: v1.0.0
      3 Local Modifications:
      4   Rename files to avoid object collisions:
      5     aom_dsp/x86/highbd_intrapred_sse2.asm
      6     aom_dsp/x86/intrapred_sse2.asm
      7