aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorTsukasa OMOTO2014-04-24 00:22:32 +0900
committerJack Nagel2014-04-23 20:21:17 -0500
commit164f47a121f2a6a431295a0a2bb886dbf76e98ca (patch)
tree0a49d47612a6593cd3fcacc707ce646a79b6385a /Library
parentf1af1f6c414c06857cd4fbe1fb7285dbdb4db8d3 (diff)
downloadhomebrew-164f47a121f2a6a431295a0a2bb886dbf76e98ca.tar.bz2
x264: r2412 in stable and r2431 in devel
Closes #28643. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/x264.rb15
1 files changed, 4 insertions, 11 deletions
diff --git a/Library/Formula/x264.rb b/Library/Formula/x264.rb
index bedd31603..09c817990 100644
--- a/Library/Formula/x264.rb
+++ b/Library/Formula/x264.rb
@@ -3,21 +3,14 @@ require 'formula'
class X264 < Formula
homepage "http://www.videolan.org/developers/x264.html"
# the latest commit on the stable branch
- url "http://git.videolan.org/git/x264.git", :revision => "aff928d2a2f601072cebecfd1ac5ff768880cf88"
- version "r2397"
+ url "http://git.videolan.org/git/x264.git", :revision => "e260ea549226ae29832d8bc0dcfd20cffc8cf248"
+ version "r2412"
head "http://git.videolan.org/git/x264.git"
devel do
# the latest commit on the master branch
- url "http://git.videolan.org/git/x264.git", :revision => "d6b4e63d2ed8d444b77c11b36c1d646ee5549276"
- version "r2409"
- end
-
- # Support building with Clang 3.4
- # The patch will be merged in the official repository soon.
- patch do
- url "https://github.com/DarkShikari/x264-devel/commit/bc3b27.diff"
- sha1 "85145f2123ef4a881749b8524583a56ead8494ef"
+ url "http://git.videolan.org/git/x264.git", :revision => "ac7644073ac28d19c9cf048849bbcd515713e426"
+ version "r2431"
end
bottle do