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 \