libvdpau: fix build on drawin
* force x86_64 arch
This commit is contained in:
parent
f3c863b8e3
commit
7b975abc16
@ -12,6 +12,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [ xlibs.libX11 ];
|
propagatedBuildInputs = [ xlibs.libX11 ];
|
||||||
|
|
||||||
|
configureFlags = stdenv.lib.optional stdenv.isDarwin [ "--build=x86_64" ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://people.freedesktop.org/~aplattner/vdpau/;
|
homepage = http://people.freedesktop.org/~aplattner/vdpau/;
|
||||||
description = "Library to use the Video Decode and Presentation API for Unix (VDPAU)";
|
description = "Library to use the Video Decode and Presentation API for Unix (VDPAU)";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user