From b93ce2ee5c08fdbb68bf0c3fa453cec51a3e483c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B0=D0=BC=D1=8F=D0=BD=20=D0=9C=D0=B8=D0=BD=D0=BA?= =?UTF-8?q?=D0=BE=D0=B2?= Date: Thu, 9 May 2024 10:30:19 -0500 Subject: [PATCH] feat: Updates opus to latest 1.5.2. (#578) * feat: Updates opus to latest 1.4. * squash: Let's try latest 1.5.2 :) will it pass. --- src/native/opus/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/native/opus/CMakeLists.txt b/src/native/opus/CMakeLists.txt index 6f02b696a..37e8a86fb 100644 --- a/src/native/opus/CMakeLists.txt +++ b/src/native/opus/CMakeLists.txt @@ -24,7 +24,7 @@ if (NOT ${USE_SYSTEM_OPUS}) externalproject_add(ext_lib_opus INSTALL_DIR ${OPUS_ROOT} GIT_REPOSITORY https://github.com/xiph/opus - GIT_TAG a8e6a77c5fe0c37aa6788f939f24f8cd22ae2652 + GIT_TAG ddbe48383984d56acd9e1ab6a090c54ca6b735a6 GIT_SHALLOW false CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=