mplayer: fix build with x264Support = true;

This commit is contained in:
Maximilian Bosch 2021-06-17 09:42:31 +02:00
parent b556e18c99
commit fbf72b2795
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

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