forked from mirrors/nixpkgs
Merge pull request #192117 from jmesmon/mpv-rubberband
mpv: enable rubberbandSupport even if not linux
This commit is contained in:
commit
fec59592b9
|
@ -61,7 +61,7 @@
|
|||
, libpngSupport ? true, libpng
|
||||
, openalSupport ? true, openalSoft
|
||||
, pulseSupport ? config.pulseaudio or stdenv.isLinux, libpulseaudio
|
||||
, rubberbandSupport ? stdenv.isLinux, rubberband
|
||||
, rubberbandSupport ? true, rubberband
|
||||
, screenSaverSupport ? true, libXScrnSaver
|
||||
, sdl2Support ? true, SDL2
|
||||
, sixelSupport ? false, libsixel
|
||||
|
|
Loading…
Reference in a new issue