mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 07:47:32 +09:00
Issue #1937 - Part 2: Update libaom source.
This commit is contained in:
parent
d09a5eeca2
commit
ecb7ec7377
948 changed files with 244949 additions and 88095 deletions
4
media/libaom/src/test/examples.sh
Normal file → Executable file
4
media/libaom/src/test/examples.sh
Normal file → Executable file
|
|
@ -17,6 +17,10 @@ example_tests=$(ls -r $(dirname $0)/*.sh)
|
|||
# List of script names to exclude.
|
||||
exclude_list="best_encode examples run_encodes tools_common"
|
||||
|
||||
if [ "$(realtime_only_build)" = "yes" ]; then
|
||||
exclude_list="${exclude_list} twopass_encoder simple_decoder lightfield_test"
|
||||
fi
|
||||
|
||||
# Filter out the scripts in $exclude_list.
|
||||
for word in ${exclude_list}; do
|
||||
example_tests=$(filter_strings "${example_tests}" "${word}" exclude)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue