Codebase list squeezelite / 60190b10-7a83-4568-a1c5-aee7cf0d9a95/main Makefile.m1
60190b10-7a83-4568-a1c5-aee7cf0d9a95/main

Tree @60190b10-7a83-4568-a1c5-aee7cf0d9a95/main (Download .tar.gz)

Makefile.m1 @60190b10-7a83-4568-a1c5-aee7cf0d9a95/mainraw · 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/MacOSX11.1.sdk -mmacosx-version-min=11.0

LDFLAGS = -arch arm64 -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.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