From 2c1675a3a08ae32e9de055e0627514634fa5f5fb Mon Sep 17 00:00:00 2001 From: BtbN Date: Wed, 4 Dec 2024 13:06:48 +0100 Subject: [PATCH] Use https to clone xvid --- scripts.d/50-xvid.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts.d/50-xvid.sh b/scripts.d/50-xvid.sh index 9563745..ce9347d 100755 --- a/scripts.d/50-xvid.sh +++ b/scripts.d/50-xvid.sh @@ -1,6 +1,6 @@ #!/bin/bash -SCRIPT_REPO="http://svn.xvid.org/trunk/xvidcore" +SCRIPT_REPO="https://svn.xvid.org/trunk/xvidcore" SCRIPT_REV="2200" ffbuild_enabled() {