Codebase list squeezelite / 1bb584d6-6cbb-4e88-8a2c-66604d05b32c/main Makefile.freebsd
1bb584d6-6cbb-4e88-8a2c-66604d05b32c/main

Tree @1bb584d6-6cbb-4e88-8a2c-66604d05b32c/main (Download .tar.gz)

Makefile.freebsd @1bb584d6-6cbb-4e88-8a2c-66604d05b32c/mainraw · history · blame

1
2
3
4
5
OPTS = -DFFMPEG -DRESAMPLE -DGPIO -DUSE_SSL
CPPFLAGS = -I/usr/local/include -I/usr/local/include/portaudio2
LDFLAGS = -L/usr/local/lib /usr/local/lib/libportaudio.a -lm

include Makefile