Changeset 13654

Show
Ignore:
Timestamp:
02/01/08 11:04:35 (6 months ago)
Author:
retsios
Message:

Added extra option: JPEG2000-decompression in GRIB sections is now also possible without JasPer, with the ECW driver.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • spike/grib/GNUmakefile

    r12089 r13654  
    1313EXTRAFLAGS      :=      $(EXTRAFLAGS) -DUSE_JPEG2000 
    1414OBJ             := $(OBJ) dec_jpeg2000.o jpcunpack.o jpcpack.o enc_jpeg2000.o 
     15else 
     16ifeq ($(ECW_SETTING),yes) 
     17EXTRAFLAGS      :=      $(EXTRAFLAGS) -DUSE_JPEG2000 -DUSE_JPEG2000_J2KSUBFILE 
     18OBJ             := $(OBJ) dec_jpeg2000.o jpcunpack.o jpcpack.o enc_jpeg2000.o 
     19endif 
    1520endif 
    1621