From e340f943f500a06b256ab69dfb9cf5ed5f9d6042 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Fri, 9 Oct 2020 17:07:16 +0200 Subject: 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. --- build_files/build_environment/install_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '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 67b7d805232..a9290438873 100755 --- a/build_files/build_environment/install_deps.sh +++ b/build_files/build_environment/install_deps.sh @@ -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" -- cgit v1.2.3