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

There is no damned reason to treat this differently than any other media lib given its license and there never was.
This commit is contained in:
Matt A. Tobin 2020-04-07 23:30:51 -04:00 • committed by Roy Tam
commit b746a4196a
1002 changed files with 517 additions and 517 deletions

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',
]