Codebase list squeezelite / debian/latest Makefile.pulse
debian/latest

Tree @debian/latest (Download .tar.gz)

Makefile.pulse @debian/latestraw · 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