aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorWerner Robitza2013-11-28 09:06:49 +0100
committerMike McQuaid2013-11-28 09:39:31 +0000
commit0a8e7f935f00960a552f40d8f82cec54bc064a38 (patch)
treedc8436e38905c67c7940802bd7c5a4c4b0836262 /Library
parentb7b3bf4d527e7973117f5373c24a3253b7437ded (diff)
downloadhomebrew-0a8e7f935f00960a552f40d8f82cec54bc064a38.tar.bz2
ffmpeg 2.1.1
2.1.1 was released on 2013-11-20. It is the latest stable FFmpeg release from the 2.1 release branch, which was cut from master on 2013-10-28. Despite being stable, this is only a devel option to ensure compatibility with other formulae that do not build with ffmpeg 2.x. Closes #24727. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
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 09f616e22..0db8bbad8 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.1.tar.bz2'
- sha1 'b8336772bfa957ca4943831f26aa99e4f30688d5'
+ url 'http://ffmpeg.org/releases/ffmpeg-2.1.1.tar.bz2'
+ sha1 'e7a5b2d7f702c4e9ca69e23c6d3527f93de0d1bd'
end
option "without-x264", "Disable H.264 encoder"