diff options
| author | Dan | 2014-05-04 18:20:48 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2014-05-04 09:44:13 -0700 |
| commit | ac6bf014b63a5ed81b91f72d963c2924b6639b92 (patch) | |
| tree | 084258e983f23e5a9f121540498b9e561560eb90 /Library | |
| parent | 9d815ec16b27ce3d24ee4afa14bdf4f47ee002c6 (diff) | |
| download | homebrew-ac6bf014b63a5ed81b91f72d963c2924b6639b92.tar.bz2 | |
ffmpeg: update patch for x265 1.0
Diffstat (limited to 'Library')
| -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 9c68f823b..30266fee9 100644 --- a/Library/Formula/ffmpeg.rb +++ b/Library/Formula/ffmpeg.rb @@ -8,9 +8,9 @@ class Ffmpeg < Formula sha1 'c5f8d103b20cd73d329401d85ced4a014757f8b9' patch do - # fixes an api incompability with latest x265 0.9, to be removed with next ffmpeg 2.2.x+ release - url "http://git.videolan.org/?p=ffmpeg.git;a=patch;h=d67dbfa7c195fabce706ca03c439419450f9bd8a" - sha1 'f9481393869a8f38912faf935fb584c8e41d5c50' + # 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 |
