From b5c818cec449670503777419eb857abfa05cc249 Mon Sep 17 00:00:00 2001 From: dvorobiev Date: Wed, 19 Jun 2019 15:58:45 +0300 Subject: [PATCH] xvid v.1.3.5 Update path to xvid --- build-ffmpeg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-ffmpeg b/build-ffmpeg index 21a7e646..b27c0c7c 100755 --- a/build-ffmpeg +++ b/build-ffmpeg @@ -218,7 +218,7 @@ if build "lame"; then fi if build "xvidcore"; then - 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" cd $PACKAGES/xvidcore || exit cd build/generic || exit execute ./configure --prefix=${WORKSPACE} --disable-shared --enable-static