diff options
| author | nibbles 2bits | 2012-05-07 02:49:10 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-05-07 06:37:59 -0700 |
| commit | 48fc4bceed17eb26d6ec77291bf8ef7f3eb0f04f (patch) | |
| tree | 7a23af8e149902256065e770bc9622418fed7665 /Library/Formula/ffmpeg.rb | |
| parent | 38d3c75ea966594da8137862c312ee86735273d1 (diff) | |
| download | homebrew-48fc4bceed17eb26d6ec77291bf8ef7f3eb0f04f.tar.bz2 | |
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 <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/ffmpeg.rb')
| -rw-r--r-- | Library/Formula/ffmpeg.rb | 4 |
1 files changed, 2 insertions, 2 deletions
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' |
