diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2012-04-23 22:39:29 +0200 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2012-04-23 22:43:16 +0200 |
commit | 3f072aae784a1d41ce8d089d87da52731b1b16af (patch) | |
tree | f0fed8ae5828d2405a0d455e29665a278335d958 /Makethird | |
parent | 8ffdbe023609b93fc148c051d5cab13c5361088a (diff) | |
download | mupdf-3f072aae784a1d41ce8d089d87da52731b1b16af.tar.xz |
Use jmemnobs.c instead of jmemansi.c in libjpeg.
Diffstat (limited to 'Makethird')
-rw-r--r-- | Makethird | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -136,8 +136,8 @@ JPEG_SRC := \ jidctflt.c \ jidctfst.c \ jidctint.c \ - jmemansi.c \ jmemmgr.c \ + jmemnobs.c \ jquant1.c \ jquant2.c \ jutils.c \ @@ -156,8 +156,8 @@ OPENJPEG_LIB := $(OUT)/libopenjpeg.a OPENJPEG_SRC := \ bio.c \ - cio.c \ cidx_manager.c \ + cio.c \ dwt.c \ event.c \ image.c \ |