ffmpeg: Update to latest version 0.11.1.
This is needed in order to enable x11grab, as it isn't included in 0.10.
This commit is contained in:
parent
7e2979b56f
commit
c6a2a1f885
1 changed files with 2 additions and 2 deletions
|
@ -21,11 +21,11 @@ assert vdpauSupport -> libvdpau != null;
|
|||
assert faacSupport -> faac != null;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "ffmpeg-0.10";
|
||||
name = "ffmpeg-0.11.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.ffmpeg.org/releases/${name}.tar.bz2";
|
||||
sha256 = "1ybzw6d5axr807141izvm2yf4pa0hc1zcywj89nsn3qsdnknlna3";
|
||||
sha256 = "b01ddfb6352c84810879988f43172c5f7be555697edb929625845c7bb953fa96";
|
||||
};
|
||||
|
||||
# `--enable-gpl' (as well as the `postproc' and `swscale') mean that
|
||||
|
|
Loading…
Reference in a new issue