Skip to content

Commit aba3d39

Browse files
author
jef
committedApr 22, 2011
creatensis.pl: update ecw/mrsid package reference
git-svn-id: http://svn.osgeo.org/qgis/trunk@15805 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 5dea161 commit aba3d39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎ms-windows/osgeo4w/creatensis.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,12 @@ sub getDeps {
100100

101101
if(-f "../addons/bin/NCSEcw4_RO.dll") {
102102
print "Enabling ECW support...\n" if $verbose;
103-
getDeps("gdal17-ecw")
103+
getDeps("gdal-ecw")
104104
}
105105

106106
if(-f "../addons/bin/lti_dsdk_dll.dll") {
107107
print "Enabling MrSID support...\n" if $verbose;
108-
getDeps("gdal17-mrsid")
108+
getDeps("gdal-mrsid")
109109
}
110110

111111
foreach my $p ( keys %pkgs ) {

0 commit comments

Comments
 (0)
Please sign in to comment.