Codebase list squeezelite / b3a18df Makefile.pa
b3a18df

Tree @b3a18df (Download .tar.gz)

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