From 6a8abce9603f69b57e407f0df4044be919f507d7 Mon Sep 17 00:00:00 2001 From: Chris Liddell Date: Tue, 13 May 2014 15:16:59 +0100 Subject: 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. --- platform/android/jni/ThirdParty.mk | 1 - platform/win32/libthirdparty.vcproj | 3 --- 2 files changed, 4 deletions(-) (limited to 'platform') diff --git a/platform/android/jni/ThirdParty.mk b/platform/android/jni/ThirdParty.mk index 91c6db18..7cde2a3d 100644 --- a/platform/android/jni/ThirdParty.mk +++ b/platform/android/jni/ThirdParty.mk @@ -97,7 +97,6 @@ LOCAL_SRC_FILES := \ $(MY_ROOT)/thirdparty/jpeg/jidctfst.c \ $(MY_ROOT)/thirdparty/jpeg/jidctint.c \ $(MY_ROOT)/thirdparty/jpeg/jmemmgr.c \ - $(MY_ROOT)/thirdparty/jpeg/jmemnobs.c \ $(MY_ROOT)/thirdparty/jpeg/jquant1.c \ $(MY_ROOT)/thirdparty/jpeg/jquant2.c \ $(MY_ROOT)/thirdparty/jpeg/jutils.c \ 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" > -