libvdpau: Build shared libraries on Darwin

Not sure why this flag was breaking shared libraries, but it no longer
seems to be necessary regardless.
This commit is contained in:
Spencer Whitt 2015-04-08 20:13:47 -04:00
parent 0ffa2ffe2b
commit de97f99e6d

View File

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