diff options
author | Chris Liddell <chris.liddell@artifex.com> | 2014-05-13 15:16:59 +0100 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2014-05-19 15:17:07 +0200 |
commit | 6a8abce9603f69b57e407f0df4044be919f507d7 (patch) | |
tree | 27b375d3e99ae1f2c23f8d893f9198a71a771a57 /platform/win32 | |
parent | 5faaa444cb08a19eb9eb932010bb70cb3e3423f4 (diff) | |
download | mupdf-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 'platform/win32')
-rw-r--r-- | platform/win32/libthirdparty.vcproj | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/platform/win32/libthirdparty.vcproj b/platform/win32/libthirdparty.vcproj index 0b56d346..bf2ace43 100644 --- a/platform/win32/libthirdparty.vcproj +++ b/platform/win32/libthirdparty.vcproj @@ -313,9 +313,6 @@ RelativePath="..\..\thirdparty\jpeg\jmemmgr.c" > </File> - <File - RelativePath="..\..\thirdparty\jpeg\jmemnobs.c" - > </File> <File RelativePath="..\..\thirdparty\jpeg\jquant1.c" |