Commit 30e6753
committed
Default to PortAudio backend on non-Linux
- macOS homebrew[0], NetBSD pkgsrc[1], FreeBSD[2] and OpenBSD[3] ports
diable default features and do not reenable "alsa_backend" by default
- macOS CI builds do not use it
- Windows has no ALSA
They all do, however, enable "portaudio_backend" to use PortAudio by default.
Reflect that such that the aforementioned four platforms/operating systems
do not have to override features whilst making ALSA Linux-only by default.
I am not sure what backend is used on Windows by default, but PortAudio
aught to work there; certainly better than ALSA.
0: https://github.com/Homebrew/homebrew-core/blob/master/Formula/s/spotifyd.rb
1: http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/audio/spotifyd/Makefile?rev=1.2&content-type=text/x-cvsweb-markup
2: https://cgit.freebsd.org/ports/tree/audio/spotifyd/Makefile
3: http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/audio/spotifyd/Makefile?rev=1.6&content-type=text/x-cvsweb-markup1 parent 7e37e88 commit 30e6753
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
59 | 62 | | |
60 | 63 | | |
61 | 64 | | |
| |||
0 commit comments