From 07081e91a445331a7af7430d315738ad423871d4 Mon Sep 17 00:00:00 2001 From: Taner Sener Date: Sun, 11 Sep 2022 23:10:30 +0100 Subject: [PATCH] use the latest fixes from the x264 master, fixes #394 --- scripts/source.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/source.sh b/scripts/source.sh index c94cb48a..ab6f13df 100755 --- a/scripts/source.sh +++ b/scripts/source.sh @@ -248,8 +248,8 @@ get_library_source() { ;; x264) SOURCE_REPO_URL="https://github.com/tanersener/x264" - SOURCE_ID="5db6aa6cab1b146e07b60cc1736a01f21da01154" - SOURCE_TYPE="COMMIT" # COMMIT -> r3027 + SOURCE_ID="7628a5696f79a1f0421dda99ab37b34481c69821" + SOURCE_TYPE="COMMIT" ;; x265) SOURCE_REPO_URL="https://github.com/tanersener/x265"