diff --git a/media/libopus/moz.build b/media/libopus/moz.build index 1c1eaaca2ae2..442cc0b8ea7c 100644 --- a/media/libopus/moz.build +++ b/media/libopus/moz.build @@ -20,7 +20,7 @@ AllowCompilerWarnings() FINAL_LIBRARY = "gkmedias" DEFINES["OPUS_BUILD"] = True -DEFINES["OPUS_VERSION"] = "9efa0eac04e44f399e2696eadd4abab0a0ee86a8" +DEFINES["OPUS_VERSION"] = "f3de7ca74358eff2aec766b076ded84f463ac606" DEFINES["USE_ALLOCA"] = True DEFINES["ENABLE_HARDENING"] = True diff --git a/media/libopus/moz.yaml b/media/libopus/moz.yaml index 4c188d0689b1..72849d9dd23c 100644 --- a/media/libopus/moz.yaml +++ b/media/libopus/moz.yaml @@ -20,11 +20,11 @@ origin: # Human-readable identifier for this version/release # Generally "version NNN", "tag SSS", "bookmark SSS" - release: 9efa0eac04e44f399e2696eadd4abab0a0ee86a8 (2023-04-17T23:07:02.000-04:00). + release: f3de7ca74358eff2aec766b076ded84f463ac606 (2023-04-20T15:13:19.000-07:00). # Revision to pull in # Must be a long or short commit SHA (long preferred) - revision: 9efa0eac04e44f399e2696eadd4abab0a0ee86a8 + revision: f3de7ca74358eff2aec766b076ded84f463ac606 # The package's license, where possible using the mnemonic from # https://spdx.org/licenses/ diff --git a/media/libopus/silk/debug.c b/media/libopus/silk/debug.c index 492282d0daa1..46a24a47e466 100644 --- a/media/libopus/silk/debug.c +++ b/media/libopus/silk/debug.c @@ -29,7 +29,7 @@ POSSIBILITY OF SUCH DAMAGE. #include "config.h" #endif -typedef int _prevent_empty_translation_unit_warning; +typedef int prevent_empty_translation_unit_warning; #include "debug.h"