[GRASS-SVN] r70115 - grass/trunk/lib/raster
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Dec 21 11:20:21 PST 2016
Author: martinl
Date: 2016-12-21 11:20:21 -0800 (Wed, 21 Dec 2016)
New Revision: 70115
Modified:
grass/trunk/lib/raster/gdal.c
Log:
libraster: support GDAL 2.1 on Windows
Modified: grass/trunk/lib/raster/gdal.c
===================================================================
--- grass/trunk/lib/raster/gdal.c 2016-12-21 18:35:04 UTC (rev 70114)
+++ grass/trunk/lib/raster/gdal.c 2016-12-21 19:20:21 UTC (rev 70115)
@@ -114,6 +114,7 @@
"libgdal1.7.0.so",
# endif
# ifdef _WIN32
+ "gdal201.dll",
"gdal200.dll",
"gdal111.dll",
"gdal110.dll",
More information about the grass-commit
mailing list