Skip to content

Commit

Permalink
Merge branch 'ffmpeg-sdl-dependency-fix' into KarenInternal-DONOTUSE
Browse files Browse the repository at this point in the history
* ffmpeg-sdl-dependency-fix:
  ffmpeg: Always install SDL as a dependency because ffmpeg bottles link against it. Fixes issues mistydemeo#410 and mistydemeo#721.
  • Loading branch information
akemin-dayo committed Oct 20, 2021
2 parents c9baff4 + 12e0591 commit eb4c2c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Library/Formula/ffmpeg.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ class Ffmpeg < Formula
depends_on "texi2html" => :build
depends_on "yasm" => :build

# Always install SDL as a dependency because ffmpeg bottles link against it.
depends_on "sdl"

depends_on "x264" => :recommended
depends_on "lame" => :recommended
depends_on "libvo-aacenc" => :recommended
Expand All @@ -58,7 +61,6 @@ class Ffmpeg < Formula
depends_on "opencore-amr" => :optional
depends_on "libass" => :optional
depends_on "openjpeg" => :optional
depends_on "sdl" if build.with? "ffplay"
depends_on "speex" => :optional
depends_on "schroedinger" => :optional
depends_on "fdk-aac" => :optional
Expand Down

0 comments on commit eb4c2c9

Please sign in to comment.