diff options
| author | slhck | 2013-11-25 17:14:29 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2013-11-25 21:08:53 +0000 |
| commit | 370c9c92d533f8c2b3c69a750cf3330af67fbe65 (patch) | |
| tree | 30438394b2775dc5a76da2ed8dfa14efda9c9858 /Library | |
| parent | a31f91be85326b45dbe4a4f3ada85098f644ee34 (diff) | |
| download | homebrew-370c9c92d533f8c2b3c69a750cf3330af67fbe65.tar.bz2 | |
ffmpeg: add libquvi support for devel.
Closes #24653.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/ffmpeg.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/ffmpeg.rb b/Library/Formula/ffmpeg.rb index 4992404f1..9ecea9f4d 100644 --- a/Library/Formula/ffmpeg.rb +++ b/Library/Formula/ffmpeg.rb @@ -55,6 +55,7 @@ class Ffmpeg < Formula depends_on 'opus' => :optional depends_on 'frei0r' => :optional depends_on 'libcaca' => :optional + depends_on 'libquvi' => :optional if build.devel? def install args = ["--prefix=#{prefix}", @@ -92,6 +93,7 @@ class Ffmpeg < Formula args << "--enable-libopus" if build.with? 'opus' args << "--enable-frei0r" if build.with? 'frei0r' args << "--enable-libcaca" if build.with? 'libcaca' + args << "--enable-libquvi" if build.with? 'libquvi' if build.with? 'openjpeg' args << '--enable-libopenjpeg' |
