Codebase list squeezelite / 7a3022d Makefile.pa
7a3022d

Tree @7a3022d (Download .tar.gz)

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