diff --git a/info.yml b/info.yml index 35c357c..0c2ffd7 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: 2 +revision: 3 url: https://ffmpeg.org/ license: GPL3-only maintainers: @@ -25,6 +25,8 @@ depends: - lame - libass - libdrm + - libdvdnav + - libdvdread - libplacebo - libpulse - librsvg diff --git a/recipe.sh b/recipe.sh index f2bf532..7e29ff8 100644 --- a/recipe.sh +++ b/recipe.sh @@ -25,6 +25,8 @@ build() { --enable-libaom \ --enable-libass \ --enable-libdrm \ + --enable-libdvdnav \ + --enable-libdvdread \ --enable-libfreetype \ --enable-libgsm \ --enable-libharfbuzz \