mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 17:31:47 +09:00
Fix merge-conflict markers in moz.build (whoops)
This commit is contained in:
parent
b913fa62d9
commit
224f4ac229
2 changed files with 0 additions and 8 deletions
|
|
@ -8,16 +8,12 @@
|
|||
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 += [
|
||||
|
|
|
|||
|
|
@ -6,9 +6,6 @@
|
|||
# Due to duplicate file names, we compile libavutil/x86 in its own
|
||||
# moz.build file.
|
||||
if CONFIG['FFVPX_ASFLAGS']:
|
||||
<<<<<<< HEAD
|
||||
DIRS += ['x86']
|
||||
=======
|
||||
if CONFIG['CPU_ARCH'].startswith('x86'):
|
||||
DIRS += ['x86']
|
||||
elif CONFIG['CPU_ARCH'].startswith('arm'):
|
||||
|
|
@ -20,7 +17,6 @@ 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('mozavutil')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue