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:
authorAnkit Meel <ankitjmeel@gmail.com>2021-02-01 19:28:57 +0300
committerAnkit Meel <ankitjmeel@gmail.com>2021-02-01 19:28:57 +0300
commit59054d906fa9b539a14768101ba66c1182c13f0f (patch)
treebc10d904496f23fadd7a3a06537ad0cbbd7ea4fe /build_files/build_environment/patches
parent84dddf641edecb9de773ac7e07d18dab49b82db5 (diff)
CMake/Windows/macOS: Add Libharu
Decision: https://lists.blender.org/pipermail/bf-committers/2020-December/050836.html Adds CMake dependency builder support. Tested on macOS and Windows (Thanks @LazyDodo). Reviewed By: #platform_macos, LazyDodo, sebbas Maniphest Task: T84836 Differential Revision: https://developer.blender.org/D9928
Diffstat (limited to 'build_files/build_environment/patches')
-rw-r--r--build_files/build_environment/patches/haru.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/build_files/build_environment/patches/haru.diff b/build_files/build_environment/patches/haru.diff
new file mode 100644
index 00000000000..fed551b4bf0
--- /dev/null
+++ b/build_files/build_environment/patches/haru.diff
@@ -0,0 +1,12 @@
+diff --git a/src/hpdf_image_ccitt.c b/src/hpdf_image_ccitt.c
+index 8672763..9be531a 100644
+--- a/src/hpdf_image_ccitt.c
++++ b/src/hpdf_image_ccitt.c
+@@ -21,7 +21,6 @@
+ #include <memory.h>
+ #include <assert.h>
+
+-#define G3CODES
+ #include "t4.h"
+
+ typedef unsigned int uint32;