Skip to content

Commit

Permalink
changed zlib download link to sourceforge
Browse files Browse the repository at this point in the history
  • Loading branch information
reidransom committed May 9, 2012
1 parent 79f1353 commit 6c0e623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ mkdir -p "$BUILD_DIR" "$TARGET_DIR"
echo "#### FFmpeg static build, by STVS SA ####"
cd $BUILD_DIR
../fetchurl "http://www.tortall.net/projects/yasm/releases/yasm-1.2.0.tar.gz"
../fetchurl "http://zlib.net/zlib-1.2.6.tar.bz2"
../fetchurl "http://downloads.sourceforge.net/project/libpng/zlib/1.2.6/zlib-1.2.6.tar.bz2"
../fetchurl "http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz"
../fetchurl "http://downloads.sourceforge.net/project/libpng/libpng15/1.5.10/libpng-1.5.10.tar.gz"
../fetchurl "http://download.savannah.gnu.org/releases/freetype/freetype-2.4.9.tar.gz"
Expand Down

0 comments on commit 6c0e623

Please sign in to comment.