Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d8d4c5c

Browse filesBrowse files
authored
Merge pull request markus-perl#216 from koflin/patch-1
Fix libpng download url
2 parents fec153d + e6da606 commit d8d4c5c
Copy full SHA for d8d4c5c

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎build-ffmpeg

Copy file name to clipboardExpand all lines: build-ffmpeg
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@ if build "libtiff" "4.5.0"; then
817817
build_done "libtiff" $CURRENT_PACKAGE_VERSION
818818
fi
819819
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"
820+
download "https://sourceforge.net/projects/libpng/files/libpng16/$CURRENT_PACKAGE_VERSION/libpng-$CURRENT_PACKAGE_VERSION.tar.gz" "libpng-$CURRENT_PACKAGE_VERSION.tar.gz"
821821
export LDFLAGS="${LDFLAGS}"
822822
export CPPFLAGS="${CFLAGS}"
823823
execute ./configure --prefix="${WORKSPACE}" --disable-shared --enable-static

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.