aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSadaf Ebrahimi <sadafebrahimi@google.com>2023-04-21 17:12:11 +0000
committerSadaf Ebrahimi <sadafebrahimi@google.com>2023-04-21 17:12:11 +0000
commit0475b02657990e442ef2ab19d9a91573e370e564 (patch)
treecc33f092e2bf1a68c7dc7485fd6adb2876968894
parent3683cbc191147686b03b23a988325a139d1efd58 (diff)
parent82ac57d9f1aaf575800cf17373348e45b7ce6c0d (diff)
downloadlibopus-0475b02657990e442ef2ab19d9a91573e370e564.tar.gz
Upgrade libopus to v1.4
This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update libopus For more info, check https://cs.android.com/android/platform/superproject/+/master:tools/external_updater/README.md Test: TreeHugger Change-Id: I547b8b46835b8306ef90dea322931d9e6fa2572f
-rw-r--r--METADATA6
-rw-r--r--configure.ac4
-rw-r--r--silk/debug.c2
3 files changed, 7 insertions, 5 deletions
diff --git a/METADATA b/METADATA
index 616c521c..962dc42d 100644
--- a/METADATA
+++ b/METADATA
@@ -9,14 +9,14 @@ third_party {
type: GIT
value: "https://gitlab.xiph.org/xiph/opus.git"
}
- version: "8cf872a186b96085b1bb3a547afd598354ebeb87"
+ version: "v1.4"
license_type: NOTICE
security {
tag: "NVD-CPE2.3:cpe:/a:opus-codec:opus:1.0.3"
}
last_upgrade_date {
year: 2023
- month: 1
- day: 18
+ month: 4
+ day: 21
}
}
diff --git a/configure.ac b/configure.ac
index 1d426f27..999f1783 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,9 +22,9 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
# For libtool.
dnl Please update these for releases.
-OPUS_LT_CURRENT=8
+OPUS_LT_CURRENT=9
OPUS_LT_REVISION=0
-OPUS_LT_AGE=8
+OPUS_LT_AGE=9
AC_SUBST(OPUS_LT_CURRENT)
AC_SUBST(OPUS_LT_REVISION)
diff --git a/silk/debug.c b/silk/debug.c
index eb0c36ef..46a24a47 100644
--- a/silk/debug.c
+++ b/silk/debug.c
@@ -29,6 +29,8 @@ POSSIBILITY OF SUCH DAMAGE.
#include "config.h"
#endif
+typedef int prevent_empty_translation_unit_warning;
+
#include "debug.h"
#if SILK_DEBUG || SILK_TIC_TOC