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. --- Makethird | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makethird') diff --git a/Makethird b/Makethird index 73638699..10f3e23b 100644 --- a/Makethird +++ b/Makethird @@ -202,7 +202,6 @@ JPEG_SRC := \ jidctfst.c \ jidctint.c \ jmemmgr.c \ - jmemnobs.c \ jquant1.c \ jquant2.c \ jutils.c \ @@ -215,7 +214,7 @@ $(JPEG_OUT)/%.o: $(JPEG_DIR)/%.c | $(JPEG_OUT) JPEG_CFLAGS := -Iscripts/jpeg -I$(JPEG_DIR) else -JPEG_CFLAGS := $(SYS_JPEG_CFLAGS) +JPEG_CFLAGS := $(SYS_JPEG_CFLAGS) -DSHARE_JPEG JPEG_LIBS := $(SYS_JPEG_LIBS) endif -- cgit v1.2.3