Codebase list squeezelite / ca48a1e Makefile.pa
ca48a1e

Tree @ca48a1e (Download .tar.gz)

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