From 21ff4b5edaa4b1b9ee5ae8a3ec37c30c468bacb9 Mon Sep 17 00:00:00 2001 From: David Conrad Date: Mon, 5 Oct 2009 23:49:48 -0400 Subject: ffmpeg configure script detects x86_64 correctly on 10.6 as of r20134 --- Library/Formula/ffmpeg.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/ffmpeg.rb b/Library/Formula/ffmpeg.rb index c63a3923b..38d99bd32 100644 --- a/Library/Formula/ffmpeg.rb +++ b/Library/Formula/ffmpeg.rb @@ -1,8 +1,9 @@ require 'brewkit' class Ffmpeg = 10.6 system "./configure", *configure_flags system "make install" end -- cgit v1.2.3