Move aom source to a sub-directory under media/libaom

This commit is contained in:
2020-04-11 08:28:29 +08:00
parent 5581d3275f
commit 17821a73f6
1083 changed files with 529 additions and 529 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import os
import re
import subprocess
AOM_DIR = '../../third_party/aom'
AOM_DIR = '../../media/libaom/src'
def write_aom_config(system, arch, variables, cache_variables):
# read template cmake file
+1 -1
View File
@@ -15,7 +15,7 @@
export LC_ALL=C
BASE_DIR=$(pwd)
LIBAOM_SRC_DIR="../../third_party/aom"
LIBAOM_SRC_DIR="../../media/libaom/src"
LIBAOM_CONFIG_DIR="config"
# Print license header.
+2 -2
View File
@@ -134,10 +134,10 @@ if CONFIG['CLANG_CXX'] or CONFIG['CLANG_CL']:
ASFLAGS += CONFIG['VPX_ASFLAGS']
ASFLAGS += [
'-I.',
'-I%s/third_party/aom' % TOPSRCDIR,
'-I%s/media/libaom/src' % TOPSRCDIR,
]
LOCAL_INCLUDES += [
'/media/libaom/config', # aom_version.h
'/third_party/aom',
'/media/libaom/src',
]
File diff suppressed because it is too large Load Diff

Some files were not shown because too many files have changed in this diff Show More