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-18 18:57:42 -04:00
parent 0ffa2ffe2b
commit de97f99e6d
@@ -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)";