Codebase list squeezelite / upstream/1.9.9-1395+git20220104.874e4f9 Makefile.pulse
upstream/1.9.9-1395+git20220104.874e4f9

Tree @upstream/1.9.9-1395+git20220104.874e4f9 (Download .tar.gz)

Makefile.pulse @upstream/1.9.9-1395+git20220104.874e4f9raw · 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