1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-17 08:28:20 +00:00

mpv: eliminate config.mpv options

Removing all `config.mpv.*` options will improve readability. MPV has many
configurable options, and using the config approach is prone to confusion and
unnecessary code duplication. If needed, the user can `override` the relevant
variables in the function itself, so no functionality is lost.

Closes issue #26786
This commit is contained in:
AndersonTorres 2017-06-25 21:08:17 -03:00 committed by Franz Pletz
parent 572786387d
commit 0e14a8621d

View file

@ -15062,10 +15062,6 @@ with pkgs;
lua = lua5_1;
lua5_sockets = lua5_1_sockets;
youtube-dl = pythonPackages.youtube-dl;
bs2bSupport = config.mpv.bs2bSupport or true;
youtubeSupport = config.mpv.youtubeSupport or true;
cacaSupport = config.mpv.cacaSupport or true;
vaapiSupport = config.mpv.vaapiSupport or false;
libva = libva-full;
};