Codebase list squeezelite / 81a3629 Makefile.pa
81a3629

Tree @81a3629 (Download .tar.gz)

Makefile.pa @81a3629raw · 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