Codebase list squeezelite / 1.9.9-1392+git20211113.3ffdbb9-1 Makefile.pulse
1.9.9-1392+git20211113.3ffdbb9-1

Tree @1.9.9-1392+git20211113.3ffdbb9-1 (Download .tar.gz)

Makefile.pulse @1.9.9-1392+git20211113.3ffdbb9-1raw · 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