From dd79d1ce7847e7631ac56d28ca018c48bfae5af3 Mon Sep 17 00:00:00 2001 From: jfons Date: Sat, 6 Jun 2020 19:03:16 +0200 Subject: Upgrade OpenImageDenoise to v1.1.0 Upgrade OIDN to 1.1.0, the latest stable version that doesn't need the ISPC compiler. Documented the changes made during the removal of TBB and added a patch file for them. --- thirdparty/oidn/0001-window.h-case-sensitive.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 thirdparty/oidn/0001-window.h-case-sensitive.patch (limited to 'thirdparty/oidn/0001-window.h-case-sensitive.patch') diff --git a/thirdparty/oidn/0001-window.h-case-sensitive.patch b/thirdparty/oidn/0001-window.h-case-sensitive.patch deleted file mode 100644 index 7b9c8e96c1..0000000000 --- a/thirdparty/oidn/0001-window.h-case-sensitive.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/thirdparty/oidn/common/platform.h b/thirdparty/oidn/common/platform.h -index 205ac8981d..9373b617b5 100644 ---- a/thirdparty/oidn/common/platform.h -+++ b/thirdparty/oidn/common/platform.h -@@ -19,7 +19,7 @@ - #if defined(_WIN32) - #define WIN32_LEAN_AND_MEAN - #define NOMINMAX -- #include -+ #include - #elif defined(__APPLE__) - #include - #endif -- cgit v1.2.3