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 fribidiSupport "-lfribidi"
|
||||
++ optionals x11Support [ "-lX11" "-lXext" ]
|
||||
++ optional x264Support "-lx264"
|
||||
++ [ "-lfreetype" ]
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user