Codebase list squeezelite / a486296 Makefile.pa
a486296

Tree @a486296 (Download .tar.gz)

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