summaryrefslogtreecommitdiff
path: root/Makethird
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2017-03-21 15:45:48 +0100
committerTor Andersson <tor.andersson@artifex.com>2017-03-22 12:07:24 +0100
commit55a32642430326270e187dadaa524fdc9b473cee (patch)
tree82e013c8e33436ff778f808fa23352d065fc8327 /Makethird
parentf93f4471402021c72a7c17e445caa02537251dc3 (diff)
downloadmupdf-55a32642430326270e187dadaa524fdc9b473cee.tar.xz
Rename libjpeg submodule.
Diffstat (limited to 'Makethird')
-rw-r--r--Makethird8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makethird b/Makethird
index 82d7ea7b..7ac23105 100644
--- a/Makethird
+++ b/Makethird
@@ -9,12 +9,12 @@
FREETYPE_DIR := thirdparty/freetype
HARFBUZZ_DIR := thirdparty/harfbuzz
JBIG2DEC_DIR := thirdparty/jbig2dec
-LIBJPEG_DIR := thirdparty/jpeg
+JPEGXR_DIR := thirdparty/jpegxr
+LIBJPEG_DIR := thirdparty/libjpeg
+LURATECH_DIR := thirdparty/luratech
MUJS_DIR := thirdparty/mujs
OPENJPEG_DIR := thirdparty/openjpeg/src/lib/openjp2
ZLIB_DIR := thirdparty/zlib
-LURATECH_DIR := thirdparty/luratech
-JPEGXR_DIR := thirdparty/jpegxr
CURL_DIR := thirdparty/curl
GLFW_DIR := thirdparty/glfw
@@ -458,7 +458,7 @@ $(LIBJPEG_OUT):
$(LIBJPEG_OUT)/%.o: $(LIBJPEG_DIR)/%.c | $(LIBJPEG_OUT)
$(CC_CMD) -Dmain=xxxmain
-LIBJPEG_CFLAGS := -Iscripts/jpeg -I$(LIBJPEG_DIR)
+LIBJPEG_CFLAGS := -Iscripts/libjpeg -I$(LIBJPEG_DIR)
else
LIBJPEG_CFLAGS := $(SYS_LIBJPEG_CFLAGS) -DSHARE_JPEG
LIBJPEG_LIBS := $(SYS_LIBJPEG_LIBS)