Codebase list squeezelite / upstream/1.9.9-1395+git20220104.874e4f9 Makefile.m1
upstream/1.9.9-1395+git20220104.874e4f9

Tree @upstream/1.9.9-1395+git20220104.874e4f9 (Download .tar.gz)

Makefile.m1 @upstream/1.9.9-1395+git20220104.874e4f9raw · history · blame

1
2
3
4
5
6
7
8
# OSX 11.0+ arm64 only
OPTS = -DPORTAUDIO -DALAC -DOPUS -DRESAMPLE -DLINKALL -DVISEXPORT -DDSD -DUSE_SSL -I./includem1 -I./includem1/opus -I./includem1/alac -arch arm64 -O3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -mmacosx-version-min=11.0

LDFLAGS = -arch arm64 -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -mmacosx-version-min=11.0 -L./libm1

LDADD = -lportaudio -lpthread -ldl -lm -framework CoreVideo -framework VideoDecodeAcceleration -framework CoreAudio -framework AudioToolbox -framework AudioUnit -framework Carbon

include Makefile