Codebase list squeezelite / 7a3022d Makefile.pulse
7a3022d

Tree @7a3022d (Download .tar.gz)

Makefile.pulse @7a3022draw · 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