mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 15:27:32 +09:00
MoonchildProductions/UXP#2897: Fix ffvpx build on loongarch64
This commit is contained in:
parent
8dde509b85
commit
d7963fcc9e
18 changed files with 3559 additions and 23 deletions
|
|
@ -8,7 +8,16 @@
|
|||
if CONFIG['FFVPX_ASFLAGS']:
|
||||
DIRS += ['x86']
|
||||
|
||||
<<<<<<< HEAD
|
||||
# 'dummy_funcs.c',
|
||||
=======
|
||||
if CONFIG['CPU_ARCH'] == 'aarch64':
|
||||
DIRS += ['aarch64']
|
||||
elif CONFIG['CPU_ARCH'].startswith('ppc'):
|
||||
DIRS += ['ppc']
|
||||
elif CONFIG['CPU_ARCH'].startswith('loongarch64'):
|
||||
DIRS += ['loongarch']
|
||||
>>>>>>> fb438829b5 (MoonchildProductions/UXP#2897: Fix ffvpx build on loongarch64)
|
||||
|
||||
SharedLibrary('mozavcodec')
|
||||
SOURCES += [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue