Skip to content

Commit 5f3bfaf

Browse files
committed
Update SourceForge download links
1 parent d7501b6 commit 5f3bfaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build_scripts/build_ffmpeg.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ fi
161161
LIBUUID_VERSION="1.0.3"
162162
if [ ! -d "libuuid-${LIBUUID_VERSION}" ]; then
163163
echo "Downloading libuuid-${LIBUUID_VERSION}"
164-
curl -LO https://excellmedia.dl.sourceforge.net/project/libuuid/libuuid-${LIBUUID_VERSION}.tar.gz
164+
curl -LO https://downloads.sourceforge.net/project/libuuid/libuuid-${LIBUUID_VERSION}.tar.gz
165165
tar -xf libuuid-${LIBUUID_VERSION}.tar.gz
166166
else
167167
echo "Using existing `pwd`/libuuid-${LIBUUID_VERSION}"
@@ -188,7 +188,7 @@ fi
188188
LIBPNG_VERSION="1.6.34"
189189
if [ ! -d "libpng-${LIBPNG_VERSION}" ]; then
190190
echo "Downloading libpng-${LIBPNG_VERSION}"
191-
curl -LO https://netix.dl.sourceforge.net/project/libpng/libpng16/${LIBPNG_VERSION}/libpng-${LIBPNG_VERSION}.tar.xz
191+
curl -LO https://downloads.sourceforge.net/project/libpng/libpng16/${LIBPNG_VERSION}/libpng-${LIBPNG_VERSION}.tar.xz
192192
tar -xf libpng-${LIBPNG_VERSION}.tar.xz
193193
else
194194
echo "Using existing `pwd`/libpng-${LIBPNG_VERSION}"

0 commit comments

Comments
 (0)