Fix (unreported) install_deps: broken compilation of OIDN.

When OIDN version was bumped recently the required dependency to build
it (ISPC) was not updated accordingly.
This commit is contained in:
Bastien Montagne 2020-10-09 17:07:16 +02:00
parent 9aef0283a0
commit e340f943f5
Notes: blender-bot 2023-02-14 07:40:56 +01:00
Referenced by issue #81120, Crashes unexpectedly during playback animation
1 changed files with 1 additions and 1 deletions

View File

@ -520,7 +520,7 @@ OIDN_FORCE_BUILD=false
OIDN_FORCE_REBUILD=false
OIDN_SKIP=false
ISPC_VERSION="1.14.0"
ISPC_VERSION="1.14.1"
FFMPEG_VERSION="4.2.3"
FFMPEG_VERSION_SHORT="4.2"