From 90c6b8b0b3288ec027dd3a7bb73dd034b8017b82 Mon Sep 17 00:00:00 2001 From: zoff99 Date: Thu, 6 Jun 2024 20:44:25 +0200 Subject: [PATCH] revert ffmpeg update for windows (there is some compile problem) --- circle_scripts/deps_win.sh | 2 +- circle_scripts/deps_win_noise.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/circle_scripts/deps_win.sh b/circle_scripts/deps_win.sh index 6cb6e3f9..dadace0b 100755 --- a/circle_scripts/deps_win.sh +++ b/circle_scripts/deps_win.sh @@ -39,7 +39,7 @@ export CFLAGS_ADDON_MORE="--param=ssp-buffer-size=1 -fstack-protector-all" # ------- deps verisions --------- NASM_VERSION="nasm-2.15.05" # "nasm-2.16.01" -FFMPEG_VERSION="n7.0.1" +FFMPEG_VERSION="n6.1.1" OPUS_VERSION="v1.5.2" SODIUM_VERSION="1.0.20" VPX_VERSION="v1.14.1" diff --git a/circle_scripts/deps_win_noise.sh b/circle_scripts/deps_win_noise.sh index bd962317..3a1e2a14 100755 --- a/circle_scripts/deps_win_noise.sh +++ b/circle_scripts/deps_win_noise.sh @@ -39,7 +39,7 @@ export CFLAGS_ADDON_MORE="--param=ssp-buffer-size=1 -fstack-protector-all" # ------- deps verisions --------- NASM_VERSION="nasm-2.15.05" # "nasm-2.16.01" -FFMPEG_VERSION="n7.0.1" +FFMPEG_VERSION="n6.1.1" OPUS_VERSION="v1.5.2" SODIUM_VERSION="1.0.20" VPX_VERSION="v1.14.1"