Changeset 12096

Show
Ignore:
Timestamp:
09/07/07 15:41:07 (1 year ago)
Author:
warmerdam
Message:

Put JP2ECW ahead of JPEG2000 (JasPer) driver.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/gdal/frmts/gdalallregister.cpp

    r11925 r12096  
    254254#endif 
    255255 
     256#ifdef FRMT_ecw 
     257    GDALRegister_ECW(); 
     258    GDALRegister_JP2ECW(); 
     259#endif 
     260 
    256261#ifdef FRMT_jpeg2000 
    257262// JPEG2000 support using JasPer toolkit 
     
    259264// such as BMP or PNM. In other case we will get bad side effects. 
    260265    GDALRegister_JPEG2000(); 
    261 #endif 
    262  
    263 #ifdef FRMT_ecw 
    264     GDALRegister_ECW(); 
    265     GDALRegister_JP2ECW(); 
    266266#endif 
    267267