Codebase list squeezelite / fresh-snapshots/main Makefile.pa
fresh-snapshots/main

Tree @fresh-snapshots/main (Download .tar.gz)

Makefile.pa @fresh-snapshots/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