summaryrefslogtreecommitdiffstats
path: root/config/external
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:35:49 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:35:49 +0000
commitd8bbc7858622b6d9c278469aab701ca0b609cddf (patch)
treeeff41dc61d9f714852212739e6b3738b82a2af87 /config/external
parentReleasing progress-linux version 125.0.3-1~progress7.99u1. (diff)
downloadfirefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.tar.xz
firefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.zip
Merging upstream version 126.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'config/external')
-rw-r--r--config/external/ffi/preprocess_libffi_asm.py2
-rw-r--r--config/external/ffi/subst_header.py2
-rw-r--r--config/external/gkcodecs/gkcodecs.symbols16
-rw-r--r--config/external/icu/defs.mozbuild2
-rw-r--r--config/external/moz.build2
-rw-r--r--config/external/wasm2c_sandbox_compiler/preprocess_wasm2c_config.py2
6 files changed, 20 insertions, 6 deletions
diff --git a/config/external/ffi/preprocess_libffi_asm.py b/config/external/ffi/preprocess_libffi_asm.py
index 4808c3a7e4..f8d7d68fce 100644
--- a/config/external/ffi/preprocess_libffi_asm.py
+++ b/config/external/ffi/preprocess_libffi_asm.py
@@ -1,6 +1,6 @@
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
-# This Souce Code Form is subject to the terms of the Mozilla Public
+# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distibuted with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
diff --git a/config/external/ffi/subst_header.py b/config/external/ffi/subst_header.py
index e1448ff889..f8fa5b4753 100644
--- a/config/external/ffi/subst_header.py
+++ b/config/external/ffi/subst_header.py
@@ -1,6 +1,6 @@
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
-# This Souce Code Form is subject to the terms of the Mozilla Public
+# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distibuted with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
diff --git a/config/external/gkcodecs/gkcodecs.symbols b/config/external/gkcodecs/gkcodecs.symbols
index 12cb274c70..8aa191be9e 100644
--- a/config/external/gkcodecs/gkcodecs.symbols
+++ b/config/external/gkcodecs/gkcodecs.symbols
@@ -98,6 +98,8 @@ opus_packet_get_nb_frames
opus_packet_get_samples_per_frame
opus_packet_parse
opus_strerror
+opus_multistream_encode_float
+opus_multistream_surround_encoder_create
# libtheora symbols
th_comment_clear
th_comment_init
@@ -127,6 +129,19 @@ vorbis_synthesis_init
vorbis_synthesis_pcmout
vorbis_synthesis_read
vorbis_synthesis_restart
+vorbis_encode_ctl
+vorbis_bitrate_addblock
+vorbis_analysis_buffer
+vorbis_analysis_blockout
+vorbis_encode_setup_vbr
+vorbis_analysis
+vorbis_analysis_init
+vorbis_analysis_headerout
+vorbis_encode_setup_init
+vorbis_encode_setup_managed
+vorbis_comment_add_tag
+vorbis_bitrate_flushpacket
+vorbis_analysis_wrote
# libvpx symbols
#ifndef MOZ_SYSTEM_LIBVPX
vpx_codec_build_config
@@ -156,3 +171,4 @@ vpx_img_alloc
vpx_img_free
vpx_img_wrap
#endif
+#
diff --git a/config/external/icu/defs.mozbuild b/config/external/icu/defs.mozbuild
index d6d75358ef..3c9cb1a31f 100644
--- a/config/external/icu/defs.mozbuild
+++ b/config/external/icu/defs.mozbuild
@@ -50,7 +50,6 @@ AllowCompilerWarnings()
# warnings that get triggered for every file.
if CONFIG["CC_TYPE"] in ("clang", "clang-cl"):
CFLAGS += [
- "-Wno-c++20-compat",
"-Wno-comma",
"-Wno-implicit-const-int-float-conversion",
"-Wno-macro-redefined",
@@ -60,7 +59,6 @@ if CONFIG["CC_TYPE"] in ("clang", "clang-cl"):
"-Wno-unreachable-code-return",
]
CXXFLAGS += [
- "-Wno-c++20-compat",
"-Wno-comma",
"-Wno-implicit-const-int-float-conversion",
"-Wno-macro-redefined",
diff --git a/config/external/moz.build b/config/external/moz.build
index f9f0113216..b6e174c5d6 100644
--- a/config/external/moz.build
+++ b/config/external/moz.build
@@ -27,7 +27,7 @@ DIRS += [
"/third_party/sipcc",
]
-# There's no "native" brotli or woff2 yet, but probably in the future...
+# There's no "native" brotli, zstd or woff2 yet, but probably in the future...
external_dirs += ["modules/brotli"]
external_dirs += ["modules/woff2"]
diff --git a/config/external/wasm2c_sandbox_compiler/preprocess_wasm2c_config.py b/config/external/wasm2c_sandbox_compiler/preprocess_wasm2c_config.py
index 3edb8f4e06..8be0859798 100644
--- a/config/external/wasm2c_sandbox_compiler/preprocess_wasm2c_config.py
+++ b/config/external/wasm2c_sandbox_compiler/preprocess_wasm2c_config.py
@@ -1,6 +1,6 @@
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
-# This Souce Code Form is subject to the terms of the Mozilla Public
+# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distibuted with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.