From 48fc4bceed17eb26d6ec77291bf8ef7f3eb0f04f Mon Sep 17 00:00:00 2001 From: nibbles 2bits Date: Mon, 7 May 2012 02:49:10 -0700 Subject: ffmpeg 0.10.3 Upgrade ffmpeg to version 0.10.3 which includes many security fixes and bugfixes. The changelog can be seen in their git repo under the 0.10.3 tag, tree view, raw link to Changelog. This still fails with llvm on Lion with undefined symbols. Using clang all the the tools and ffplay compile and display an mkv with sound using sdl. Signed-off-by: Adam Vandenberg --- Library/Formula/ffmpeg.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/ffmpeg.rb b/Library/Formula/ffmpeg.rb index 03c238aab..069fef7bd 100644 --- a/Library/Formula/ffmpeg.rb +++ b/Library/Formula/ffmpeg.rb @@ -5,9 +5,9 @@ def ffplay? end class Ffmpeg < Formula - url 'http://ffmpeg.org/releases/ffmpeg-0.10.2.tar.bz2' homepage 'http://ffmpeg.org/' - sha1 '743f44a71f93b14c9b26ca2424b0da8457cef4be' + url 'http://ffmpeg.org/releases/ffmpeg-0.10.3.tar.bz2' + sha1 '4fb6f682dbc1b4ea54178040d515fc3a4c05d415' head 'git://git.videolan.org/ffmpeg.git' -- cgit v1.2.3