aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-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')