Update x264 to a recent snapshot (1,5 years update)

This commit is contained in:
Lluís Batlle i Rossell 2016-06-18 13:27:48 +02:00
parent e9cce6db44
commit 3078537b6a

View File

@ -1,12 +1,12 @@
{stdenv, fetchurl, yasm, enable10bit ? false}:
stdenv.mkDerivation rec {
version = "20141218-2245";
version = "20160615-2245";
name = "x264-${version}";
src = fetchurl {
url = "http://download.videolan.org/x264/snapshots/x264-snapshot-${version}-stable.tar.bz2";
sha256 = "1gp1f0382vh2hmgc23ldqyywcfljg8lsgl2849ymr14r6gxfh69m";
sha256 = "0w5l77gm8bsmafzimzyc5s27kcw79r6nai3bpccqy0spyxhjsdc2";
};
patchPhase = ''