aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorSteffen Matthischke2014-04-04 12:22:23 +0200
committerMike McQuaid2014-04-04 12:19:32 +0100
commit8c8b27a9257b763f043563f4ebe62a7ce8b771e2 (patch)
treefbee4ee831678e41f7c95b687419b4ecf9809ed7 /Library/Formula
parentc4312591611ec962b8f98c751a018289c345e78d (diff)
downloadhomebrew-8c8b27a9257b763f043563f4ebe62a7ce8b771e2.tar.bz2
x265 0.9
make test work for 8 and 16 bpp
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/x265.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/x265.rb b/Library/Formula/x265.rb
index ee62dcc71..80dbda444 100644
--- a/Library/Formula/x265.rb
+++ b/Library/Formula/x265.rb
@@ -2,8 +2,8 @@ require 'formula'
class X265 < Formula
homepage 'http://x265.org'
- url 'https://bitbucket.org/multicoreware/x265/get/0.8.tar.bz2'
- sha1 '79c60b3fe528e7b91b799b85e971885c1b040b6e'
+ url 'https://bitbucket.org/multicoreware/x265/get/0.9.tar.bz2'
+ sha1 'e387c4249571a9202b5a6c8f66aea37ee5106c48'
bottle do
cellar :any
@@ -38,7 +38,7 @@ class X265 < Formula
(1..3200).each do f.write("\xCO\xFF\xEE") end
end
system "#{bin}/x265 --input-res 80x80 --fps 1 #{yuv_path} #{x265_path}"
- header = 'AAAAAUABDAH//wFgAAADAIAAAAMAAAMAHpXA'
- assert_equal header.unpack("m"), [x265_path.read(27)]
+ header = 'AAAAAUABDAH//w=='
+ assert_equal header.unpack("m"), [x265_path.read(10)]
end
end