gdal: removed jpeg (collision issue)

git-svn-id: svn://ultimatepp.org/upp/trunk@13420 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2019-06-19 00:45:53 +00:00
parent 90752f380c
commit 263974dee9
2 changed files with 2 additions and 1 deletions

View file

@ -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();

View file

@ -59,6 +59,7 @@ exclude
frmts/jpeg2000/*
frmts/kea/*
frmts/jpegls/*
frmts/jpeg/*
frmts/mrsid_lidar/*
frmts/msgn/*
frmts/mrsid/*