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.
1 parent 777879a commit 256d95eCopy full SHA for 256d95e
build-ffmpeg
@@ -209,7 +209,7 @@ if build "libvpx"; then
209
fi
210
211
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"
+ download "https://netcologne.dl.sourceforge.net/project/lame/lame/3.100/lame-3.100.tar.gz" "lame-3.100.tar.gz"
213
cd "$PACKAGES"/lame-3.100 || exit
214
execute ./configure --prefix="${WORKSPACE}" --disable-shared --enable-static
215
execute make -j $MJOBS
0 commit comments