File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ cd $BUILD_DIR
18
18
../fetchurl " http://www.tortall.net/projects/yasm/releases/yasm-1.0.1.tar.gz"
19
19
../fetchurl " http://zlib.net/zlib-1.2.5.tar.bz2"
20
20
../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 "
22
22
../fetchurl " http://downloads.xiph.org/releases/ogg/libogg-1.2.0.tar.gz"
23
23
../fetchurl " http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.1.tar.bz2"
24
24
../fetchurl " http://downloads.xiph.org/releases/theora/libtheora-1.1.1.tar.bz2"
45
45
make install PREFIX=$TARGET_DIR
46
46
47
47
echo " *** Building libpng ***"
48
- cd " $BUILD_DIR /libpng-1.5.1 "
48
+ cd " $BUILD_DIR /libpng-1.5.4 "
49
49
./configure --prefix=$TARGET_DIR --enable-static --disable-shared
50
50
make -j 4 && make install
51
51
You can’t perform that action at this time.
0 commit comments