Merge pull request #127189 from Ma27/mplayer-x264
This commit is contained in:
commit
c34aecc778
1 changed files with 1 additions and 0 deletions
|
@ -205,6 +205,7 @@ stdenv.mkDerivation rec {
|
|||
optional fontconfigSupport "-lfontconfig"
|
||||
++ optional fribidiSupport "-lfribidi"
|
||||
++ optionals x11Support [ "-lX11" "-lXext" ]
|
||||
++ optional x264Support "-lx264"
|
||||
++ [ "-lfreetype" ]
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue