Codebase list squeezelite / 1.9+git20210513.556de56-1 Makefile.pa
1.9+git20210513.556de56-1

Tree @1.9+git20210513.556de56-1 (Download .tar.gz)

Makefile.pa @1.9+git20210513.556de56-1raw · 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