[Bf-blender-cvs] [caca3d9c97b] master: installdeps: fix bad FFMPEG official version number.

Bastien Montagne noreply at git.blender.org
Thu Jun 4 17:36:34 CEST 2020


Commit: caca3d9c97bfa711ac22c38099068a507e712f3d
Author: Bastien Montagne
Date:   Thu Jun 4 17:35:33 2020 +0200
Branches: master
https://developer.blender.org/rBcaca3d9c97bfa711ac22c38099068a507e712f3d

installdeps: fix bad FFMPEG official version number.

re T77035.

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

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 d727ed73878..0bb6ca9ab70 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -478,7 +478,7 @@ OIDN_FORCE_BUILD=false
 OIDN_FORCE_REBUILD=false
 OIDN_SKIP=false
 
-FFMPEG_VERSION="4.3.2"
+FFMPEG_VERSION="4.2.3"
 FFMPEG_VERSION_MIN="2.8.4"
 FFMPEG_FORCE_BUILD=false
 FFMPEG_FORCE_REBUILD=false



More information about the Bf-blender-cvs mailing list