Codebase list squeezelite / c71ee71 Makefile.pa
c71ee71

Tree @c71ee71 (Download .tar.gz)

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