Codebase list squeezelite / e7c1ab1 Makefile.pa
e7c1ab1

Tree @e7c1ab1 (Download .tar.gz)

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