Codebase list squeezelite / 65f907a Makefile.pa
65f907a

Tree @65f907a (Download .tar.gz)

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