diff options
| author | Francois-Olivier Devaux <fodevaux@users.noreply.github.com> | 2005-04-19 10:10:54 +0000 |
|---|---|---|
| committer | Francois-Olivier Devaux <fodevaux@users.noreply.github.com> | 2005-04-19 10:10:54 +0000 |
| commit | e4696a445d30208e30350f191bcdb67018337321 (patch) | |
| tree | f13b3347db287e328c0feba8aea74d5aa41285ef /mj2 | |
| parent | 81f688433de65e2a604f2394c85bf271e577bd3a (diff) | |
Update
Diffstat (limited to 'mj2')
| -rw-r--r-- | mj2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mj2/Makefile b/mj2/Makefile index 9ae30d6d..0cc9030e 100644 --- a/mj2/Makefile +++ b/mj2/Makefile @@ -1,6 +1,6 @@ # # Valentin Mesaros (Octalis | DICE/UCL Belgium) -# 21 March 2005 +# 19 April 2005 # # Makefile for mj2 source files (frames_to_mj2, mj2_to_frames, extract_j2k_from_mj2, wrap_j2k_in_mj2) # @@ -8,7 +8,7 @@ INCLUDES = -Imj2 \ -I../libopenjpeg -C_OPT = -Wall -O -fno-strength-reduce -fomit-frame-pointer +C_OPT = -Wall CFLAGS = $(INCLUDES) $(C_OPT) CC = gcc |
