Skip to content

Commit

Permalink
housekeeping (homebrew-ffmpeg#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
retokromer authored Jun 23, 2022
1 parent 490b79f commit eb131c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 3
revision 4
head "https://github.com/FFmpeg/FFmpeg.git"

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

depends_on "nasm" => :build
depends_on "pkg-config" => :build
depends_on "texinfo" => :build

depends_on "aom"
depends_on "dav1d"
Expand Down Expand Up @@ -94,6 +93,7 @@ class Ffmpeg < Formula

on_linux do
depends_on "libxv"
depends_on "gcc" => :optional
end

def install
Expand Down

0 comments on commit eb131c1

Please sign in to comment.