diff options
| author | Martin Müller | 2015-01-13 20:20:32 +0100 |
|---|---|---|
| committer | Jack Nagel | 2015-01-21 21:41:02 -0500 |
| commit | 5ae607cef88f12ab17c840c2afa518b5e55094a7 (patch) | |
| tree | 6aea210f9fdf4af9f7659192651ef30ee2d32145 /Library | |
| parent | 40ca8ea44ef5e182a9e5d75695fe6385fd19c048 (diff) | |
| download | homebrew-5ae607cef88f12ab17c840c2afa518b5e55094a7.tar.bz2 | |
Fix libav build error when jack is installed
Closes #35834.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/libav.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/libav.rb b/Library/Formula/libav.rb index 0a3b1c0eb..4c488aa95 100644 --- a/Library/Formula/libav.rb +++ b/Library/Formula/libav.rb @@ -62,6 +62,7 @@ class Libav < Formula args = [ "--disable-debug", "--disable-shared", + "--disable-indev=jack", "--prefix=#{prefix}", "--enable-gpl", "--enable-nonfree", |
