Skip to content

Commit

Permalink
Updated libpng to 1.6.16
Browse files Browse the repository at this point in the history
  • Loading branch information
hiteshsondhi88 committed Mar 5, 2015
1 parent 83c74de commit 96a974d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion init_update_libs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rm -rf libpng-*
rm -rf expat-*
rm -rf fribidi-*

wget -O- https://downloads.sf.net/project/libpng/libpng16/1.6.13/libpng-1.6.13.tar.xz | tar xJ
wget -O- https://downloads.sf.net/project/libpng/libpng16/1.6.16/libpng-1.6.16.tar.xz | tar xJ
wget -O- http://downloads.sourceforge.net/project/expat/expat/2.1.0/expat-2.1.0.tar.gz | tar xz
wget -O- http://fribidi.org/download/fribidi-0.19.6.tar.bz2 | tar xj
echo "============================================"
2 changes: 1 addition & 1 deletion libpng_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

. abi_settings.sh $1 $2 $3

pushd libpng-1.6.13
pushd libpng-1.6.16

make clean

Expand Down

0 comments on commit 96a974d

Please sign in to comment.