vaapi-vdpau: apply a patch to delete dropped types from VA API
Close #1766.
This commit is contained in:
parent
70798243a2
commit
c3126080fd
@ -8,13 +8,18 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1fcvgshzyc50yb8qqm6v6wn23ghimay23ci0p8sm8gxcy211jp0m";
|
sha256 = "1fcvgshzyc50yb8qqm6v6wn23ghimay23ci0p8sm8gxcy211jp0m";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
patches = [ ./glext85.patch
|
||||||
|
(fetchurl { url = "http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/x11-libs/libva-vdpau-driver/files/libva-vdpau-driver-0.7.4-VAEncH264VUIBufferType.patch?revision=1.1";
|
||||||
|
name = "libva-vdpau-driver-0.7.4-VAEncH264VUIBufferType.patch";
|
||||||
|
sha256 = "166svcav6axkrlb3i4rbf6dkwjnqdf69xw339az1f5yabj72pqqs";
|
||||||
|
}) ];
|
||||||
|
|
||||||
buildInputs = [ libvdpau mesa libva pkgconfig ];
|
buildInputs = [ libvdpau mesa libva pkgconfig ];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
sed -i -e "s,LIBVA_DRIVERS_PATH=.*,LIBVA_DRIVERS_PATH=$out/lib/dri," configure
|
sed -i -e "s,LIBVA_DRIVERS_PATH=.*,LIBVA_DRIVERS_PATH=$out/lib/dri," configure
|
||||||
'';
|
'';
|
||||||
|
|
||||||
patches = [ ./glext85.patch ];
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://cgit.freedesktop.org/vaapi/vdpau-driver/;
|
homepage = http://cgit.freedesktop.org/vaapi/vdpau-driver/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user