aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/lame.rb
diff options
context:
space:
mode:
authorAriejan de Vroom2010-07-09 01:05:21 -0700
committerAdam Vandenberg2010-07-09 06:57:36 -0700
commitc23d632f1b66e6bece913630ec182c555a1e28cf (patch)
tree3e254c0f38a2d76e389d981bd735f0dac247f3ee /Library/Formula/lame.rb
parent705b2f894ac7e08439677d84451b0e98adff96ae (diff)
downloadhomebrew-c23d632f1b66e6bece913630ec182c555a1e28cf.tar.bz2
Bumped lame to 3.98.4. Fixes issues with 'output buffer too small' when encoding mp3 audio with ffmpeg.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/lame.rb')
-rw-r--r--Library/Formula/lame.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/lame.rb b/Library/Formula/lame.rb
index d369026cc..72c796905 100644
--- a/Library/Formula/lame.rb
+++ b/Library/Formula/lame.rb
@@ -2,8 +2,8 @@ require 'formula'
class Lame <Formula
@homepage='http://lame.sourceforge.net/'
- @url='http://downloads.sourceforge.net/sourceforge/lame/lame-398-2.tar.gz'
- @md5='719dae0ee675d0c16e0e89952930ed35'
+ @url='http://downloads.sourceforge.net/sourceforge/lame/lame-3.98.4.tar.gz'
+ @md5='8e9866ad6b570c6c95c8cba48060473f'
def install
system "./configure --disable-debug --prefix='#{prefix}' --enable-nasm"