mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 23:08:44 +00:00
mpv: remove speexSupport
flag
Does nothing, removed upstream in 2012(!):
<1fde09db6f
>.
This commit is contained in:
parent
84d64ade98
commit
0e11e05d5e
@ -56,7 +56,6 @@
|
||||
python3,
|
||||
rubberband,
|
||||
shaderc, # instead of spirv-cross
|
||||
speex,
|
||||
stdenv,
|
||||
swift,
|
||||
testers,
|
||||
@ -89,7 +88,6 @@
|
||||
screenSaverSupport ? true,
|
||||
sdl2Support ? !stdenv.hostPlatform.isDarwin,
|
||||
sixelSupport ? false,
|
||||
speexSupport ? true,
|
||||
theoraSupport ? true,
|
||||
vaapiSupport ? x11Support || waylandSupport,
|
||||
vapoursynthSupport ? false,
|
||||
@ -209,7 +207,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
++ lib.optionals screenSaverSupport [ libXScrnSaver ]
|
||||
++ lib.optionals sdl2Support [ SDL2 ]
|
||||
++ lib.optionals sixelSupport [ libsixel ]
|
||||
++ lib.optionals speexSupport [ speex ]
|
||||
++ lib.optionals theoraSupport [ libtheora ]
|
||||
++ lib.optionals vaapiSupport [ libva ]
|
||||
++ lib.optionals vapoursynthSupport [ vapoursynth ]
|
||||
|
Loading…
Reference in New Issue
Block a user