aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMartin Müller2015-01-13 20:20:32 +0100
committerJack Nagel2015-01-21 21:41:02 -0500
commit5ae607cef88f12ab17c840c2afa518b5e55094a7 (patch)
tree6aea210f9fdf4af9f7659192651ef30ee2d32145 /Library
parent40ca8ea44ef5e182a9e5d75695fe6385fd19c048 (diff)
downloadhomebrew-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.rb1
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",