Skip to content

Commit 3987a07

Browse files
committed
Merge pull request heshanlk#1 from heisters/master
Fixed libpng download error
2 parents 651714b + 3f83d3b commit 3987a07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cd $BUILD_DIR
1818
../fetchurl "http://www.tortall.net/projects/yasm/releases/yasm-1.0.1.tar.gz"
1919
../fetchurl "http://zlib.net/zlib-1.2.5.tar.bz2"
2020
../fetchurl "http://www.bzip.org/1.0.5/bzip2-1.0.5.tar.gz"
21-
../fetchurl "http://space.dl.sourceforge.net/project/libpng/libpng15/1.5.1/libpng-1.5.1.tar.bz2"
21+
../fetchurl "http://downloads.sourceforge.net/project/libpng/libpng15/1.5.4/libpng-1.5.4.tar.gz"
2222
../fetchurl "http://downloads.xiph.org/releases/ogg/libogg-1.2.0.tar.gz"
2323
../fetchurl "http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.1.tar.bz2"
2424
../fetchurl "http://downloads.xiph.org/releases/theora/libtheora-1.1.1.tar.bz2"
@@ -45,7 +45,7 @@ make
4545
make install PREFIX=$TARGET_DIR
4646

4747
echo "*** Building libpng ***"
48-
cd "$BUILD_DIR/libpng-1.5.1"
48+
cd "$BUILD_DIR/libpng-1.5.4"
4949
./configure --prefix=$TARGET_DIR --enable-static --disable-shared
5050
make -j 4 && make install
5151

0 commit comments

Comments
 (0)