Skip to content

Commit 0e14a86

Browse files
AndersonTorresfpletz
authored andcommittedJun 26, 2017
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
1 parent 5727863 commit 0e14a86

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎pkgs/top-level/all-packages.nix

-4
Original file line numberDiff line numberDiff line change
@@ -15062,10 +15062,6 @@ with pkgs;
1506215062
lua = lua5_1;
1506315063
lua5_sockets = lua5_1_sockets;
1506415064
youtube-dl = pythonPackages.youtube-dl;
15065-
bs2bSupport = config.mpv.bs2bSupport or true;
15066-
youtubeSupport = config.mpv.youtubeSupport or true;
15067-
cacaSupport = config.mpv.cacaSupport or true;
15068-
vaapiSupport = config.mpv.vaapiSupport or false;
1506915065
libva = libva-full;
1507015066
};
1507115067

0 commit comments

Comments
 (0)
Please sign in to comment.