theora: disable ogg and vorbis tests

This commit is contained in:
Jack Nagel 2014-03-19 16:57:54 -05:00
parent 0c8925d4c6
commit 1c3a86fcfe

View file

@ -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