mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 23:37:33 +09:00
Issue #1769 - Part 1: Add vendored libjxl and highway sources.
Used old-configure to add the build option for enabling JPEG-XL support. Highway version: 1.0.2 libjxl version: 0.7.0
This commit is contained in:
parent
6444835acd
commit
7983f5d8ba
953 changed files with 231544 additions and 0 deletions
3
config/external/moz.build
vendored
3
config/external/moz.build
vendored
|
|
@ -42,6 +42,9 @@ if CONFIG['CPU_ARCH'] == 'arm':
|
|||
if CONFIG['MOZ_FFVPX']:
|
||||
external_dirs += ['media/ffvpx']
|
||||
|
||||
if CONFIG["MOZ_JXL"]:
|
||||
external_dirs += ["media/libjxl", "media/highway"]
|
||||
|
||||
external_dirs += [
|
||||
'media/kiss_fft',
|
||||
'media/libcubeb',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue