From 8c306d93d682cd77c9da72a276a569efc376ce45 Mon Sep 17 00:00:00 2001 From: BtbN Date: Fri, 11 Feb 2022 15:09:07 +0100 Subject: [PATCH] Update x264 --- scripts.d/50-x264.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts.d/50-x264.sh b/scripts.d/50-x264.sh index e03500f..6b7c5dc 100755 --- a/scripts.d/50-x264.sh +++ b/scripts.d/50-x264.sh @@ -1,7 +1,7 @@ #!/bin/bash X264_REPO="https://github.com/mirror/x264.git" -X264_COMMIT="19856cc41ad11e434549fb3cc6a019e645ce1efe" +X264_COMMIT="5585eafe31c2299163dcb206e05e18be7dd93098" ffbuild_enabled() { [[ $VARIANT == lgpl* ]] && return -1