Skip to content

Commit

Permalink
depends on alsa-lib on Linux (homebrew-ffmpeg#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
retokromer authored Jul 11, 2022
1 parent 1a223d8 commit a0f49ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/ffmpeg.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class Ffmpeg < Formula
version "5.0.1-with-options" # to distinguish from homebrew-core's ffmpeg
sha256 "ef2efae259ce80a240de48ec85ecb062cecca26e4352ffb3fda562c21a93007b"
license "GPL-2.0-or-later"
revision 4
revision 5
head "https://github.com/FFmpeg/FFmpeg.git"

option "with-chromaprint", "Enable the Chromaprint audio fingerprinting library"
Expand Down Expand Up @@ -92,6 +92,7 @@ class Ffmpeg < Formula
uses_from_macos "zlib"

on_linux do
depends_on "alsa-lib"
depends_on "libxv"
depends_on "gcc" => :optional
end
Expand Down

0 comments on commit a0f49ac

Please sign in to comment.