Codebase list squeezelite / 86b602a Makefile.pa
86b602a

Tree @86b602a (Download .tar.gz)

Makefile.pa @86b602araw · history · blame

1
2
3
4
5
6
# Make with portaudio rather than direct alsa
OPTS += -DPORTAUDIO
LDFLAGS = -lportaudio -lpthread -ldl -lrt
EXECUTABLE = squeezelite-pa

include Makefile