summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2014-05-13 15:16:59 +0100
committerTor Andersson <tor.andersson@artifex.com>2014-05-19 15:17:07 +0200
commit6a8abce9603f69b57e407f0df4044be919f507d7 (patch)
tree27b375d3e99ae1f2c23f8d893f9198a71a771a57 /.gitattributes
parent5faaa444cb08a19eb9eb932010bb70cb3e3423f4 (diff)
downloadmupdf-6a8abce9603f69b57e407f0df4044be919f507d7.tar.xz
Add an application agnostic memory handler for libjpeg
This adds a custom memory management layer between libjpeg and the calling app - in such a way that the code can be shared between mupdf and Ghostscript/PDL.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 66254021..d48981b1 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -11,3 +11,4 @@ Make* tabs
*.xml tabs
memento.* spaces
*.vcxproj* spaces
+jmem* spaces