From e1a13eacf07ffed305a7fa3b220a2c1910ffc25e Mon Sep 17 00:00:00 2001 From: psiho-fab <> Date: Sun, 14 Jul 2024 22:13:58 +0300 Subject: [PATCH] fix ver opus-1.5.2 --- install_ffmpeg_x265_prod.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_ffmpeg_x265_prod.sh b/install_ffmpeg_x265_prod.sh index 183fa27..3cb38a4 100644 --- a/install_ffmpeg_x265_prod.sh +++ b/install_ffmpeg_x265_prod.sh @@ -53,7 +53,7 @@ function install_libnuma { function install_libopus { - OPUS_LIB=opus-1.1.2.tar.gz + OPUS_LIB=opus-1.5.2.tar.gz OPUS_PATH=$(basename ${OPUS_LIB} .tar.gz) cd ${SOURCE_PREFIX}