parent
60516bcb9f
commit
4160972777
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ class X264 < Formula
|
|||
elsif Formula["gpac"].installed?
|
||||
args << "--disable-lsmash"
|
||||
end
|
||||
args << "--bit-depth=10" if build.include? "10-bit"
|
||||
args << "--bit-depth=10" if build.with? "10-bit"
|
||||
|
||||
system "./configure", *args
|
||||
system "make", "install"
|
||||
|
|
Loading…
Reference in a new issue