Merge pull request #192117 from jmesmon/mpv-rubberband

mpv: enable rubberbandSupport even if not linux
This commit is contained in:
Anderson Torres 2022-09-20 21:16:21 -03:00 committed by GitHub
commit fec59592b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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