aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMisty De Meo2013-11-02 23:47:36 -0700
committerMisty De Meo2013-11-02 23:48:53 -0700
commit63f98069f5cfcfe09ada0c27a0299ad0775cb051 (patch)
tree599d47ba8688f9a6cc64d4fa417cca581b3c7788 /Library
parentac5d2434160e738cdb7277e9192777e70c7d9404 (diff)
downloadhomebrew-63f98069f5cfcfe09ada0c27a0299ad0775cb051.tar.bz2
ffmpeg --devel 2.1
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ffmpeg.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/ffmpeg.rb b/Library/Formula/ffmpeg.rb
index 33c637771..4992404f1 100644
--- a/Library/Formula/ffmpeg.rb
+++ b/Library/Formula/ffmpeg.rb
@@ -10,8 +10,8 @@ class Ffmpeg < Formula
# This is actually the new stable, not a devel release,
# but not everything builds with it yet - notably gpac
devel do
- url 'http://ffmpeg.org/releases/ffmpeg-2.0.2.tar.bz2'
- sha1 '47d3b3d172ae81f0571549e4dfaadfe5b4fe06cc'
+ url 'http://ffmpeg.org/releases/ffmpeg-2.1.tar.bz2'
+ sha1 'b8336772bfa957ca4943831f26aa99e4f30688d5'
end
option "without-x264", "Disable H.264 encoder"