Update aom to v1.0.0

Update aom to commit id d14c5bb4f336ef1842046089849dee4a301fbbf0.
This commit is contained in:
trav90 2018-10-19 21:52:15 -05:00 committed by Roy Tam
commit 48f6d2e034
1087 changed files with 154333 additions and 265310 deletions

View file

@ -12,10 +12,10 @@
##
. $(dirname $0)/tools_common.sh
example_tests=$(ls $(dirname $0)/*.sh)
example_tests=$(ls -r $(dirname $0)/*.sh)
# List of script names to exclude.
exclude_list="examples tools_common decode_to_md5"
exclude_list="best_encode examples run_encodes tools_common"
# Filter out the scripts in $exclude_list.
for word in ${exclude_list}; do