From c975f4db6162a30e56ec5c42bce99424d7bc702c Mon Sep 17 00:00:00 2001 From: JCount Date: Mon, 14 Nov 2016 16:50:46 -0500 Subject: [PATCH] x264 r2708, r2721 (devel) Closes #6917. Signed-off-by: Mike McQuaid --- Formula/x264.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/x264.rb b/Formula/x264.rb index dcdcd5225d..b281ac43fd 100644 --- a/Formula/x264.rb +++ b/Formula/x264.rb @@ -2,8 +2,8 @@ class X264 < Formula desc "H.264/AVC encoder" homepage "https://www.videolan.org/developers/x264.html" # the latest commit on the stable branch - url "https://git.videolan.org/git/x264.git", :revision => "a5e06b9a435852f0125de4ecb198ad47340483fa" - version "r2699" + url "https://git.videolan.org/git/x264.git", :revision => "86b71982e131eaa70125f8d0e725fcade9c4c677" + version "r2708" head "https://git.videolan.org/git/x264.git" bottle do @@ -16,8 +16,8 @@ class X264 < Formula devel do # the latest commit on the master branch - url "https://git.videolan.org/git/x264.git", :revision => "3f5ed56d4105f68c01b86f94f41bb9bbefa3433b" - version "r2705" + url "https://git.videolan.org/git/x264.git", :revision => "72d53ab2ac7af24597a824e868f2ef363a22f5d4" + version "r2721" end option "with-10-bit", "Build a 10-bit x264 (default: 8-bit)"