Updating libvdpau.
This fixes an annoying bug in nvidia hw accelerated video, where all colors are messed. http://cgit.freedesktop.org/~aplattner/libvdpau/commit/?id=ca9e637c61e80145f0625a590c91429db67d0a40
This commit is contained in:
parent
9118f87181
commit
0347868151
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, libX11 }:
|
{ stdenv, fetchurl, pkgconfig, libX11 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libvdpau-0.4.1";
|
name = "libvdpau-0.5";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://people.freedesktop.org/~aplattner/vdpau/${name}.tar.gz";
|
url = "http://people.freedesktop.org/~aplattner/vdpau/${name}.tar.gz";
|
||||||
sha256 = "16zmmbawfnvrxjqvgfwxjfd1wh3vyz2cmvxza6cgf4j9qs36y6q6";
|
sha256 = "0k2ydz4yp7zynlkpd1llfwax30xndwbca36z83ah1i4ldjw2gfhx";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig libX11 ];
|
buildInputs = [ pkgconfig libX11 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user