Codebase list squeezelite / debian/1.9+git20210102.78fef68-3 Makefile.pulse
debian/1.9+git20210102.78fef68-3

Tree @debian/1.9+git20210102.78fef68-3 (Download .tar.gz)

Makefile.pulse @debian/1.9+git20210102.78fef68-3raw · 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