49 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			49 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
| Name: libaom
 | |
| URL: https://aomedia.org
 | |
| Version: v3.2.0
 | |
| License: BSD
 | |
| License File: libaom/LICENSE
 | |
| 
 | |
| Date: Wednesday October 14 2021
 | |
| Branch: daringdo
 | |
| Commit: 287164de79516c25c8c84fd544f67752c170082a
 | |
| 
 | |
| Description:
 | |
| Contains the sources used to compile libaom.
 | |
| 
 | |
| The libaom source is from aomedia.org:
 | |
|   https://aomedia.googlesource.com/aom/
 | |
| 
 | |
| Please follow these steps to update libaom source code:
 | |
| 
 | |
| 1. Update libaom source tree. Look for "Current HEAD: <hash>" output to update
 | |
|    README.android. Look for "git log from upstream: <git log>" output to add
 | |
|    to the commit message.
 | |
| 
 | |
|    ./update_libaom.sh [branch name]
 | |
| 
 | |
| 2. Generate updated Android.bp and config files.
 | |
| 
 | |
|    ./generate_config.sh
 | |
| 
 | |
| 3. Update this file with any Version, Date, Branch, or Commit changes. The
 | |
|    version is in the file config/config/aom_version.h
 | |
| 
 | |
| 4. Commit the changes. The commit message should look like this and is printed
 | |
|    by update_libaom.sh:
 | |
|    libaom: Pull from upstream
 | |
| 
 | |
|    Current HEAD: <hash>
 | |
| 
 | |
|    git log from upstream:
 | |
|    a6b2070 <git commit message 1>
 | |
|    08dabbc <git commit message 2>
 | |
|    c29fb02 <git commit message 3>
 | |
| 
 | |
| Tools needed to build libaom:
 | |
| 
 | |
| - generate_config.sh
 | |
| 
 | |
| Generate config files that contain the source list for each platform.
 | |
| A list of prerequisites is at the top of generate_config.sh.
 |