MoonchildProductions/UXP#2897: Fix ffvpx build on loongarch64

This commit is contained in:
Basilisk-Dev 2026-01-07 17:49:32 -05:00 committed by ownedbywuigi
commit d7963fcc9e
18 changed files with 3559 additions and 23 deletions

View file

@ -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 += [