From b754f3dc349aa2048b0e17ccdef20c59cd87525e Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 11 Sep 2023 22:20:14 +0200 Subject: [PATCH] python/build/libs.py: update Opus to 1.4 --- python/build/libs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/build/libs.py b/python/build/libs.py index e1ac0c5ec..17edfa5f1 100644 --- a/python/build/libs.py +++ b/python/build/libs.py @@ -38,8 +38,8 @@ libogg = CmakeProject( ) opus = AutotoolsProject( - 'https://archive.mozilla.org/pub/opus/opus-1.3.1.tar.gz', - '65b58e1e25b2a114157014736a3d9dfeaad8d41be1c8179866f144a2fb44ff9d', + 'https://downloads.xiph.org/releases/opus/opus-1.4.tar.gz', + 'c9b32b4253be5ae63d1ff16eea06b94b5f0f2951b7a02aceef58e3a3ce49c51f', 'lib/libopus.a', [ '--disable-shared', '--enable-static',