aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/xvid.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/xvid.rb b/Library/Formula/xvid.rb
index 9c052dacf..431de9b55 100644
--- a/Library/Formula/xvid.rb
+++ b/Library/Formula/xvid.rb
@@ -1,14 +1,13 @@
require 'formula'
class Xvid < Formula
- url 'http://downloads.xvid.org/downloads/xvidcore-1.2.2.tar.gz'
+ url 'http://downloads.xvid.org/downloads/xvidcore-1.3.2.tar.gz'
homepage 'http://www.xvid.org'
- md5 '2ce9b1d280d703b5bc8e702c79e660b5'
+ md5 '87c8cf7b69ebed93c2d82ea5709d098a'
def install
cd 'build/generic' do
system "./configure", "--disable-assembly", "--prefix=#{prefix}"
- ENV.j1 # Doesn't compile on parallel build
system "make"
system "make install" # Need to call these separately
end