From b36b204eedc86956304b615efc9dee07c28ecec0 Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Wed, 24 Nov 2021 21:19:32 -0300 Subject: [PATCH] CI: Update Flatpak's x264 In the future, a full FFMPEG build with x264 and nvenc will be provided as an extension to the org.freedesktop.Platform runtime, but for now we have to manually build it. Update x264 to the latest git commit. --- CI/flatpak/com.obsproject.Studio.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/flatpak/com.obsproject.Studio.json b/CI/flatpak/com.obsproject.Studio.json index 9cf6c2e87..13a2e7947 100644 --- a/CI/flatpak/com.obsproject.Studio.json +++ b/CI/flatpak/com.obsproject.Studio.json @@ -38,7 +38,7 @@ { "type": "git", "url": "https://code.videolan.org/videolan/x264.git", - "commit": "b86ae3c66f51ac9eab5ab7ad09a9d62e67961b8a" + "commit": "66a5bc1bd1563d8227d5d18440b525a09bcf17ca" } ] },