From a059e8c21dd5bf5511b2d2e1202fe0831f8417b6 Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Tue, 27 Sep 2016 17:53:33 +0100 Subject: Move thirdparty/openjpeg onto the correct SHA. Now we use the openjpeg repo automatically generated from the gs repo. Diffing the two shows mostly only whitespace diffs, but just a couple of fixes too. Also change Makefile logic not to check for a file that isn't there any more. --- Makethird | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makethird') diff --git a/Makethird b/Makethird index 2dd108e9..a3b07fa5 100644 --- a/Makethird +++ b/Makethird @@ -370,7 +370,7 @@ endif # --- OpenJPEG --- -ifneq "$(wildcard $(OPENJPEG_DIR)/CMakeLists.txt)" "" +ifneq "$(wildcard $(OPENJPEG_DIR)/openjpeg.h)" "" OPENJPEG_OUT := $(OUT)/openjpeg OPENJPEG_SRC := \ -- cgit v1.2.3