From 0f181009beee69fb188cc43a1539980c99f6cb49 Mon Sep 17 00:00:00 2001 From: neurolabusc Date: Tue, 31 Dec 2024 07:36:14 -0500 Subject: [PATCH] combine JP2 and JPLS with make (https://github.com/rordenlab/dcm2niix/issues/897#issuecomment-2566395564) --- console/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console/makefile b/console/makefile index 5e06cb8c..9b1fee81 100644 --- a/console/makefile +++ b/console/makefile @@ -59,7 +59,7 @@ debug: g++ -O0 $(LFLAGS) $(UFILES) jp2: - g++ -O0 $(LFLAGS) $(CFILES) -I/opt/homebrew/Cellar/openjpeg/2.5.3/include/openjpeg-2.5/ -L/opt/homebrew/Cellar/openjpeg/2.5.3/lib/ -lopenjp2 + g++ -O0 $(LFLAGS) $(CFILES) $(JFLAGS) -I/opt/homebrew/Cellar/openjpeg/2.5.3/include/openjpeg-2.5/ -L/opt/homebrew/Cellar/openjpeg/2.5.3/lib/ -lopenjp2 noroi: g++ $(CFLAGS) -I. $(JSFLAGS) $(JFLAGS) $(LFLAGS) $(UFILES) -DmyNoRois