Skip to content

Commit

Permalink
ffmpeg: add optional libcaca dep
Browse files Browse the repository at this point in the history
  • Loading branch information
mistydemeo committed Apr 4, 2013
1 parent 3f0c751 commit 12d7e78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Formula/ffmpeg.rb
Expand Up @@ -46,6 +46,7 @@ class Ffmpeg < Formula
depends_on 'fdk-aac' => :optional
depends_on 'opus' => :optional
depends_on 'frei0r' => :optional
depends_on 'libcaca' => :optional

def install
args = ["--prefix=#{prefix}",
Expand Down Expand Up @@ -82,6 +83,7 @@ def install
args << "--enable-openssl" if build.with? 'openssl'
args << "--enable-libopus" if build.with? 'opus'
args << "--enable-frei0r" if build.with? 'frei0r'
args << "--enable-libcaca" if build.with? 'libcaca'

if build.with? 'openjpeg'
args << '--enable-libopenjpeg'
Expand Down

0 comments on commit 12d7e78

Please sign in to comment.