theora: disable ogg and vorbis tests
This commit is contained in:
parent
0c8925d4c6
commit
1c3a86fcfe
1 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,9 @@ class Theora < Formula
|
|||
|
||||
def install
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}"
|
||||
"--prefix=#{prefix}",
|
||||
"--disable-oggtest",
|
||||
"--disable-vorbistest"
|
||||
system "make install"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue