summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJob Bautista <jobbautista9@protonmail.com>2022-06-19 15:34:18 +0800
committerJob Bautista <jobbautista9@protonmail.com>2022-06-29 13:53:09 +0800
commit73e06b6df9e396ef080fefcaa3196265bff723c4 (patch)
tree47caa76143ab4bdf70c2a0eb5f4657d2fe0ee22b /config
parent8c1064bc1cb494e445a6447587afb8942a6b783b (diff)
downloaduxp-73e06b6df9e396ef080fefcaa3196265bff723c4.tar.gz
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: 0.17.0 libjxl version: tree of commit 318c592d98b97d103941b90d47107f06a10c71da
Diffstat (limited to 'config')
-rw-r--r--config/external/moz.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/external/moz.build b/config/external/moz.build
index 47db9e1526..3503c0cca5 100644
--- a/config/external/moz.build
+++ b/config/external/moz.build
@@ -41,6 +41,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',