ffmpeg_1: update from 1.2.7 to 1.2.8

This commit is contained in:
Moritz Ulrich 2014-09-04 16:16:41 +02:00
parent 83683c4140
commit 439ebda62a

View file

@ -31,11 +31,11 @@ assert playSupport -> SDL != null;
assert freetypeSupport -> freetype != null;
stdenv.mkDerivation rec {
name = "ffmpeg-1.2.7";
name = "ffmpeg-1.2.8";
src = fetchurl {
url = "http://www.ffmpeg.org/releases/${name}.tar.bz2";
sha256 = "13nj5q5ad0kcrid8r5x6x8lqfhk8kms14pmncf6vbdbk6x45k6v6";
sha256 = "0n9fklr8zqkd60dc5ai161l6k4dbiac5hqy0pi1w82yamc25k6s2";
};
# `--enable-gpl' (as well as the `postproc' and `swscale') mean that