mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-11 14:43:47 +00:00
mplayer: fix build with x264Support = true;
This commit is contained in:
parent
b556e18c99
commit
fbf72b2795
@ -205,6 +205,7 @@ stdenv.mkDerivation rec {
|
|||||||
optional fontconfigSupport "-lfontconfig"
|
optional fontconfigSupport "-lfontconfig"
|
||||||
++ optional fribidiSupport "-lfribidi"
|
++ optional fribidiSupport "-lfribidi"
|
||||||
++ optionals x11Support [ "-lX11" "-lXext" ]
|
++ optionals x11Support [ "-lX11" "-lXext" ]
|
||||||
|
++ optional x264Support "-lx264"
|
||||||
++ [ "-lfreetype" ]
|
++ [ "-lfreetype" ]
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user