diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:34:42 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:34:42 +0000 |
commit | da4c7e7ed675c3bf405668739c3012d140856109 (patch) | |
tree | cdd868dba063fecba609a1d819de271f0d51b23e /config/external | |
parent | Adding upstream version 125.0.3. (diff) | |
download | firefox-da4c7e7ed675c3bf405668739c3012d140856109.tar.xz firefox-da4c7e7ed675c3bf405668739c3012d140856109.zip |
Adding upstream version 126.0.upstream/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.py | 2 | ||||
-rw-r--r-- | config/external/ffi/subst_header.py | 2 | ||||
-rw-r--r-- | config/external/gkcodecs/gkcodecs.symbols | 16 | ||||
-rw-r--r-- | config/external/icu/defs.mozbuild | 2 | ||||
-rw-r--r-- | config/external/moz.build | 2 | ||||
-rw-r--r-- | config/external/wasm2c_sandbox_compiler/preprocess_wasm2c_config.py | 2 |
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/. |