Skip to content

Commit 256d95e

Browse files
committed
Lame Download URL update
1 parent 777879a commit 256d95e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-ffmpeg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ if build "libvpx"; then
209209
fi
210210

211211
if build "lame"; then
212-
download "http://kent.dl.sourceforge.net/project/lame/lame/3.100/lame-3.100.tar.gz" "lame-3.100.tar.gz"
212+
download "https://netcologne.dl.sourceforge.net/project/lame/lame/3.100/lame-3.100.tar.gz" "lame-3.100.tar.gz"
213213
cd "$PACKAGES"/lame-3.100 || exit
214214
execute ./configure --prefix="${WORKSPACE}" --disable-shared --enable-static
215215
execute make -j $MJOBS

0 commit comments

Comments
 (0)