Codebase list squeezelite / run/b7b3a1a7-549c-4852-a2ab-654a6a73898f/main Makefile.pa
run/b7b3a1a7-549c-4852-a2ab-654a6a73898f/main

Tree @run/b7b3a1a7-549c-4852-a2ab-654a6a73898f/main (Download .tar.gz)

Makefile.pa @run/b7b3a1a7-549c-4852-a2ab-654a6a73898f/mainraw · 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