Codebase list squeezelite / 136f905 Makefile.pa
136f905

Tree @136f905 (Download .tar.gz)

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