mpv: Don't enable JACK support by default
Packages should not depend on JACK by default to reduce dependency bloat. Issue #8990.
This commit is contained in:
parent
165406e1af
commit
43f331a874
@ -12,7 +12,7 @@
|
|||||||
, bluraySupport ? true, libbluray ? null
|
, bluraySupport ? true, libbluray ? null
|
||||||
, speexSupport ? true, speex ? null
|
, speexSupport ? true, speex ? null
|
||||||
, theoraSupport ? true, libtheora ? null
|
, theoraSupport ? true, libtheora ? null
|
||||||
, jackaudioSupport ? true, libjack2 ? null
|
, jackaudioSupport ? false, libjack2 ? null
|
||||||
, pulseSupport ? true, libpulseaudio ? null
|
, pulseSupport ? true, libpulseaudio ? null
|
||||||
, bs2bSupport ? true, libbs2b ? null
|
, bs2bSupport ? true, libbs2b ? null
|
||||||
# For screenshots
|
# For screenshots
|
||||||
|
Loading…
x
Reference in New Issue
Block a user