3
0
Fork 0
forked from mirrors/nixpkgs

ffmpeg_1: update to version 1.2.3

This commit is contained in:
Jonas Hoersch 2013-09-15 17:52:03 +02:00 committed by Vladimír Čunát
parent 75c5fc541d
commit b0976dcdfc

View file

@ -29,11 +29,11 @@ assert x11grabSupport -> libXext != null && libXfixes != null;
assert playSupport -> SDL != null;
stdenv.mkDerivation rec {
name = "ffmpeg-1.2";
name = "ffmpeg-1.2.3";
src = fetchurl {
url = "http://www.ffmpeg.org/releases/${name}.tar.bz2";
sha256 = "1bssxbn4p813xlgb8whg4b60j90yzfy92x70b4q8j35fgp0gnfcs";
sha256 = "0nvilgwaivzvikgp9lpvrwi4p1clxl4w8j961599bg0r2v7n4x6r";
};
# `--enable-gpl' (as well as the `postproc' and `swscale') mean that