aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Matthischke2014-05-07 17:13:41 +0200
committerMisty De Meo2014-05-07 09:11:15 -0700
commitcc0f9b155eac47cba905bf1d517c0a5260c4ff32 (patch)
tree973e2ad5c067381b8a524f1cab1617d9ebe6d4e3
parent9552838bd016d067c40b8a2c88d70f362ad80433 (diff)
downloadhomebrew-cc0f9b155eac47cba905bf1d517c0a5260c4ff32.tar.bz2
ffmpeg 2.2.2
update to ffmpeg 2.2.2 remove patch which is included in 2.2.2
-rw-r--r--Library/Formula/ffmpeg.rb13
1 files changed, 2 insertions, 11 deletions
diff --git a/Library/Formula/ffmpeg.rb b/Library/Formula/ffmpeg.rb
index de7b95643..24ba4605f 100644
--- a/Library/Formula/ffmpeg.rb
+++ b/Library/Formula/ffmpeg.rb
@@ -2,17 +2,8 @@ require 'formula'
class Ffmpeg < Formula
homepage 'http://ffmpeg.org/'
-
- stable do
- url 'http://ffmpeg.org/releases/ffmpeg-2.2.1.tar.bz2'
- sha1 'c5f8d103b20cd73d329401d85ced4a014757f8b9'
-
- patch do
- # fixes an api incompability with latest x265 1.0, to be removed with next ffmpeg 2.2.x+ release
- url "http://git.videolan.org/?p=ffmpeg.git;a=patch;h=96e13c9897501d91f1e2d493eee93a4f897ea462"
- sha1 'a869377c45692220f7f4c96b3b7b159b14e5047b'
- end
- end
+ url 'http://ffmpeg.org/releases/ffmpeg-2.2.2.tar.bz2'
+ sha1 '8a4f282ccb5efbec31a9747d12c8d7b07c481f2e'
head 'git://git.videolan.org/ffmpeg.git'