mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
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:
parent
0ffa2ffe2b
commit
de97f99e6d
@ -12,8 +12,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [ xorg.libX11 ];
|
propagatedBuildInputs = [ xorg.libX11 ];
|
||||||
|
|
||||||
configureFlags = stdenv.lib.optional stdenv.isDarwin "--build=x86_64";
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
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…
Reference in New Issue
Block a user