Codebase list squeezelite / fresh-snapshots/main Makefile.pulse
fresh-snapshots/main

Tree @fresh-snapshots/main (Download .tar.gz)

Makefile.pulse @fresh-snapshots/mainraw · 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