Codebase list squeezelite / uncommitted/main Makefile.pulse
uncommitted/main

Tree @uncommitted/main (Download .tar.gz)

Makefile.pulse @uncommitted/main

f4bd3ce
 
 
 
 
 
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