forked from mirrors/nixpkgs
ffmpeg (0.10): minor update
(cherry picked from commit 9951478c40
)
Conflicts:
pkgs/development/libraries/ffmpeg/0.10.nix
This commit is contained in:
parent
f202729d53
commit
da4fca4ce4
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue