Codebase list squeezelite / upstream/1.9.9-1392+git20211113.3ffdbb9 Makefile.pa
upstream/1.9.9-1392+git20211113.3ffdbb9

Tree @upstream/1.9.9-1392+git20211113.3ffdbb9 (Download .tar.gz)

Makefile.pa @upstream/1.9.9-1392+git20211113.3ffdbb9raw · 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