libvdpau: fix build on drawin

* force x86_64 arch
This commit is contained in:
Jason \"Don\" O'Conal 2013-07-04 15:03:18 +10:00 committed by Rok Garbas
parent f3c863b8e3
commit 7b975abc16
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ xlibs.libX11 ];
configureFlags = stdenv.lib.optional stdenv.isDarwin [ "--build=x86_64" ];
meta = {
homepage = http://people.freedesktop.org/~aplattner/vdpau/;
description = "Library to use the Video Decode and Presentation API for Unix (VDPAU)";