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 3b945e0 commit b5c818cCopy full SHA for b5c818c
build-ffmpeg
@@ -218,7 +218,7 @@ if build "lame"; then
218
fi
219
220
if build "xvidcore"; then
221
- download "http://downloads.xvid.org/downloads/xvidcore-1.3.4.tar.gz" "xvidcore-1.3.4.tar.gz"
+ download "https://downloads.xvid.com/downloads/xvidcore-1.3.5.tar.gz" "xvidcore-1.3.5.tar.gz"
222
cd $PACKAGES/xvidcore || exit
223
cd build/generic || exit
224
execute ./configure --prefix=${WORKSPACE} --disable-shared --enable-static
0 commit comments