summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsquire <squire@lindenlab.com>2011-02-21 18:57:54 -0800
committersquire <squire@lindenlab.com>2011-02-21 18:57:54 -0800
commit531de7491b0e73031538dbb9f5dc0dbea8e5f8e2 (patch)
tree7a81cba29301565838db6e091373b5f6fc2e7f25
parent09562e9e0a50ae28bf7510fb1c77e8c059f653a1 (diff)
Changes windows build and PNG cmake to reflect latests libpng builds
-rw-r--r--autobuild.xml4
-rw-r--r--indra/cmake/PNG.cmake4
2 files changed, 4 insertions, 4 deletions
diff --git a/autobuild.xml b/autobuild.xml
index 4518ef06ec..f319f9d852 100644
--- a/autobuild.xml
+++ b/autobuild.xml
@@ -1004,9 +1004,9 @@
<key>archive</key>
<map>
<key>hash</key>
- <string>dd0e68bde099def37c6a7527673aa672</string>
+ <string>735a955e6442733e2342ab12c1087488</string>
<key>url</key>
- <string>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/libpng-1.2.35-windows-20101001a.tar.bz2</string>
+ <string>http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/3p-libpng/rev/221747/arch/CYGWIN/installer/libpng-1.5.1-windows-20110221.tar.bz2</string>
</map>
<key>name</key>
<string>windows</string>
diff --git a/indra/cmake/PNG.cmake b/indra/cmake/PNG.cmake
index f6522d9e2f..33fc3e5bac 100644
--- a/indra/cmake/PNG.cmake
+++ b/indra/cmake/PNG.cmake
@@ -8,6 +8,6 @@ if (STANDALONE)
include(FindPNG)
else (STANDALONE)
use_prebuilt_binary(libpng)
- set(PNG_LIBRARIES png12)
- set(PNG_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/include/libpng12)
+ set(PNG_LIBRARIES libpng15)
+ set(PNG_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/include/libpng15)
endif (STANDALONE)