diff --git a/info.yml b/info.yml index adcefd1..8779895 100644 --- a/info.yml +++ b/info.yml @@ -1,7 +1,7 @@ name: ffmpeg4.4 description: A complete, cross-platform solution to record, convert and stream audio and video version: 4.4.8 -revision: 1 +revision: 2 url: https://ffmpeg.org/ license: GPL3-only maintainers: @@ -23,6 +23,7 @@ depends: - gsm - lame - libass + - libbluray - libdrm - libpulse - librsvg diff --git a/recipe.sh b/recipe.sh index d1813d4..5695bf6 100644 --- a/recipe.sh +++ b/recipe.sh @@ -26,6 +26,7 @@ build() { --enable-gnutls \ --enable-libaom \ --enable-libass \ + --enable-libbluray \ --enable-libdrm \ --enable-libfreetype \ --enable-libgsm \