1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

ffmpeg (0.10): minor update

(cherry picked from commit 9951478c40)

Conflicts:
	pkgs/development/libraries/ffmpeg/0.10.nix
This commit is contained in:
Vladimír Čunát 2014-03-17 22:53:08 +01:00
parent f202729d53
commit da4fca4ce4

View file

@ -21,11 +21,11 @@ assert vdpauSupport -> libvdpau != null;
assert faacSupport -> faac != null;
stdenv.mkDerivation rec {
name = "ffmpeg-0.10.11";
name = "ffmpeg-0.10.12";
src = fetchurl {
url = "http://www.ffmpeg.org/releases/${name}.tar.bz2";
sha256 = "1l1nyvsfafl9w0falv1hcm65r2rlxyb59har0rkrrpi56fj1ma4r";
sha256 = "00nvm3iysn8zincpvv1abqrxqj1ky0322dh2j9csjw983358538i";
};
# `--enable-gpl' (as well as the `postproc' and `swscale') mean that