Skip to content

Commit

Permalink
combine JP2 and JPLS with make (#897 (comment))
Browse files Browse the repository at this point in the history
  • Loading branch information
neurolabusc committed Dec 31, 2024
1 parent e240079 commit 0f18100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f18100

Please sign in to comment.