Skip to content

Commit

Permalink
ffmpeg: depend on librist
Browse files Browse the repository at this point in the history
  • Loading branch information
DevSysEngineer authored and BrewTestBot committed Nov 8, 2021
1 parent 36a2038 commit d17ba40
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Formula/ffmpeg.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class Ffmpeg < Formula
# None of these parts are used by default, you have to explicitly pass `--enable-gpl`
# to configure to activate them. In this case, FFmpeg's license changes to GPL v2+.
license "GPL-2.0-or-later"
revision 2
revision 3
head "https://github.com/FFmpeg/FFmpeg.git"

livecheck do
Expand Down Expand Up @@ -34,6 +34,7 @@ class Ffmpeg < Formula
depends_on "lame"
depends_on "libass"
depends_on "libbluray"
depends_on "librist"
depends_on "libsoxr"
depends_on "libvidstab"
depends_on "libvorbis"
Expand Down Expand Up @@ -83,6 +84,7 @@ def install
--enable-libmp3lame
--enable-libopus
--enable-librav1e
--enable-librist
--enable-librubberband
--enable-libsnappy
--enable-libsrt
Expand Down

0 comments on commit d17ba40

Please sign in to comment.