Merge pull request #127189 from Ma27/mplayer-x264

This commit is contained in:
Sandro 2021-06-18 10:37:07 +02:00 committed by GitHub
commit c34aecc778
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -205,6 +205,7 @@ stdenv.mkDerivation rec {
optional fontconfigSupport "-lfontconfig"
++ optional fribidiSupport "-lfribidi"
++ optionals x11Support [ "-lX11" "-lXext" ]
++ optional x264Support "-lx264"
++ [ "-lfreetype" ]
);