diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ffmpeg.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/ffmpeg.rb b/Library/Formula/ffmpeg.rb index eb8b3f94b..20b89ac52 100644 --- a/Library/Formula/ffmpeg.rb +++ b/Library/Formula/ffmpeg.rb @@ -7,9 +7,9 @@ class Ffmpeg < Formula    head 'git://git.videolan.org/ffmpeg.git'    bottle do -    sha1 "34d8acf67634424b6abc65afcc6038f79b2d40f2" => :mavericks -    sha1 "2264aed0b2ea6a52daedff190cdfff6269db1671" => :mountain_lion -    sha1 "c175566d8ae23d82d5999b06b78b75fb5b15b2fb" => :lion +    sha1 "ddd8f0cce3e64047cd9c77eccc5d23af48ef7814" => :mavericks +    sha1 "57ed9eb6e22e0d8debf6e528399c643270569a04" => :mountain_lion +    sha1 "5661800a746ba073b39ade6d5c608dce7a795594" => :lion    end    option "without-x264", "Disable H.264 encoder"  | 
