mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 08:48:39 +09:00
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:
parent
0b2694187d
commit
b746a4196a
1002 changed files with 517 additions and 517 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
0
third_party/aom/aom_dsp/aom_dsp_rtcd_defs.pl → media/libaom/src/aom_dsp/aom_dsp_rtcd_defs.pl
Executable file → Normal file
0
third_party/aom/aom_dsp/aom_dsp_rtcd_defs.pl → media/libaom/src/aom_dsp/aom_dsp_rtcd_defs.pl
Executable file → Normal file
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue