[Bf-blender-cvs] [1174cdc9147] master: install_deps: raise default ffmpeg version to 5.0, minimum 4.0.

Bastien Montagne noreply at git.blender.org
Thu Jun 2 15:53:54 CEST 2022


Commit: 1174cdc9147e90688dd2c915608a16f64b7c2290
Author: Bastien Montagne
Date:   Thu Jun 2 12:41:42 2022 +0200
Branches: master
https://developer.blender.org/rB1174cdc9147e90688dd2c915608a16f64b7c2290

install_deps: raise default ffmpeg version to 5.0, minimum 4.0.

Ref. T98555.

===================================================================

M	build_files/build_environment/install_deps.sh

===================================================================

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



More information about the Bf-blender-cvs mailing list