x264: remove outdated GREP_OPTIONS check

We now unset GREP_OPTIONS when sanitizing the build environment.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Jack Nagel 2012-03-10 22:06:19 -06:00
parent ceea8ccce3
commit 0047be204e
1 changed files with 0 additions and 3 deletions

View File

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