We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fec153d + e6da606 commit d8d4c5cCopy full SHA for d8d4c5c
build-ffmpeg
@@ -817,7 +817,7 @@ if build "libtiff" "4.5.0"; then
817
build_done "libtiff" $CURRENT_PACKAGE_VERSION
818
fi
819
if build "libpng" "1.6.39"; then
820
- download "https://gigenet.dl.sourceforge.net/project/libpng/libpng16/$CURRENT_PACKAGE_VERSION/libpng-$CURRENT_PACKAGE_VERSION.tar.gz" "libpng-$CURRENT_PACKAGE_VERSION.tar.gz"
+ download "https://sourceforge.net/projects/libpng/files/libpng16/$CURRENT_PACKAGE_VERSION/libpng-$CURRENT_PACKAGE_VERSION.tar.gz" "libpng-$CURRENT_PACKAGE_VERSION.tar.gz"
821
export LDFLAGS="${LDFLAGS}"
822
export CPPFLAGS="${CFLAGS}"
823
execute ./configure --prefix="${WORKSPACE}" --disable-shared --enable-static
0 commit comments