From b6def8c8bf3c5f7c4003beb4def921db36c63bd6 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Fri, 31 Jul 2026 11:54:57 +0300 Subject: [PATCH] Rebuild with libbluray --- info.yml | 3 ++- recipe.sh | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/info.yml b/info.yml index ab1f31d..4e8d55a 100644 --- a/info.yml +++ b/info.yml @@ -1,7 +1,7 @@ name: ffmpeg description: A complete, cross-platform solution to record, convert and stream audio and video version: 8.1.2 -revision: 4 +revision: 5 url: https://ffmpeg.org/ license: GPL3-only maintainers: @@ -24,6 +24,7 @@ depends: - harfbuzz - lame - libass + - libbluray - libdrm - libdvdnav - libdvdread diff --git a/recipe.sh b/recipe.sh index 7e29ff8..229e9ef 100644 --- a/recipe.sh +++ b/recipe.sh @@ -24,6 +24,7 @@ build() { --enable-gnutls \ --enable-libaom \ --enable-libass \ + --enable-libbluray \ --enable-libdrm \ --enable-libdvdnav \ --enable-libdvdread \