Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <bastien@blender.org>2020-06-04 18:35:33 +0300
committerBastien Montagne <bastien@blender.org>2020-06-04 18:35:33 +0300
commitcaca3d9c97bfa711ac22c38099068a507e712f3d (patch)
treeebf227a02712756f8fb7b42c30d76d62921d56dd /build_files
parentc7a2ed69be6ef23a62e3570dc1475dae2c2171cc (diff)
installdeps: fix bad FFMPEG official version number.
re T77035.
Diffstat (limited to 'build_files')
-rwxr-xr-xbuild_files/build_environment/install_deps.sh2
1 files changed, 1 insertions, 1 deletions
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