Codebase list squeezelite / upstream/1.9+git20211106.3ffdbb9 Makefile.pulse
upstream/1.9+git20211106.3ffdbb9

Tree @upstream/1.9+git20211106.3ffdbb9 (Download .tar.gz)

Makefile.pulse @upstream/1.9+git20211106.3ffdbb9raw · history · blame

1
2
3
4
5
6
# Make with PulseAudio rather than direct alsa
OPTS += -DPULSEAUDIO
LDADD = -lrt -lpulse -lpthread -lm
EXECUTABLE = squeezelite-pulse

include Makefile