aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/x264.rb
diff options
context:
space:
mode:
authorJack Nagel2012-03-10 22:06:19 -0600
committerJack Nagel2012-03-10 22:07:15 -0600
commite45779b30dcbc2c9b1cf74b8fc9c797e237ea0a4 (patch)
tree853b250f6fbf619cb0567f0511a15eca80639497 /Library/Formula/x264.rb
parentec97c17ba68b7b858f34b2f0e473c81869c0f321 (diff)
downloadhomebrew-e45779b30dcbc2c9b1cf74b8fc9c797e237ea0a4.tar.bz2
x264: remove outdated GREP_OPTIONS check
We now unset GREP_OPTIONS when sanitizing the build environment. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/x264.rb')
-rw-r--r--Library/Formula/x264.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Formula/x264.rb b/Library/Formula/x264.rb
index 2ea449545..1b8516fc2 100644
--- a/Library/Formula/x264.rb
+++ b/Library/Formula/x264.rb
@@ -15,9 +15,6 @@ class X264 < Formula
end
def install
- # Having this set can fail the endian test!
- ENV['GREP_OPTIONS'] = ''
-
args = ["--prefix=#{prefix}", "--enable-shared"]
args << "--bit-depth=10" if ARGV.include?('--10-bit')