Codebase list squeezelite / 4afbecb Makefile.pa
4afbecb

Tree @4afbecb (Download .tar.gz)

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