mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
gdal: removed jpeg (collision issue)
git-svn-id: svn://ultimatepp.org/upp/trunk@13420 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
90752f380c
commit
263974dee9
2 changed files with 2 additions and 1 deletions
|
|
@ -310,7 +310,7 @@ bool Gdal::Open(const char *fn)
|
|||
GDALRegister_MFF();
|
||||
GDALRegister_HKV();
|
||||
// GDALRegister_PNG();
|
||||
GDALRegister_JPEG();
|
||||
// GDALRegister_JPEG();
|
||||
// GDALRegister_JPEG2000();
|
||||
// GDALRegister_JP2KAK();
|
||||
GDALRegister_MEM();
|
||||
|
|
|
|||
|
|
@ -59,6 +59,7 @@ exclude
|
|||
frmts/jpeg2000/*
|
||||
frmts/kea/*
|
||||
frmts/jpegls/*
|
||||
frmts/jpeg/*
|
||||
frmts/mrsid_lidar/*
|
||||
frmts/msgn/*
|
||||
frmts/mrsid/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue