From 1174cdc9147e90688dd2c915608a16f64b7c2290 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Thu, 2 Jun 2022 12:41:42 +0200 Subject: install_deps: raise default ffmpeg version to 5.0, minimum 4.0. Ref. T98555. --- build_files/build_environment/install_deps.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'build_files') diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh index 58702f69609..3e6bc1cecaa 100755 --- a/build_files/build_environment/install_deps.sh +++ b/build_files/build_environment/install_deps.sh @@ -573,10 +573,10 @@ OIDN_SKIP=false ISPC_VERSION="1.17.0" -FFMPEG_VERSION="4.4" -FFMPEG_VERSION_SHORT="4.4" -FFMPEG_VERSION_MIN="3.0" -FFMPEG_VERSION_MEX="5.0" +FFMPEG_VERSION="5.0" +FFMPEG_VERSION_SHORT="5.0" +FFMPEG_VERSION_MIN="4.0" +FFMPEG_VERSION_MEX="6.0" FFMPEG_FORCE_BUILD=false FFMPEG_FORCE_REBUILD=false FFMPEG_SKIP=false -- cgit v1.2.3