Skip to content

Commit

Permalink
creatensis.pl: update ecw/mrsid package reference
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15805 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Apr 22, 2011
1 parent 2d03c91 commit 33089f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ms-windows/osgeo4w/creatensis.pl
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@ sub getDeps {

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

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

foreach my $p ( keys %pkgs ) {
Expand Down

0 comments on commit 33089f8

Please sign in to comment.