Codebase list squeezelite / e187fcf9-30af-490f-87cb-574507386626/main Makefile.x86_64
e187fcf9-30af-490f-87cb-574507386626/main

Tree @e187fcf9-30af-490f-87cb-574507386626/main (Download .tar.gz)

Makefile.x86_64 @e187fcf9-30af-490f-87cb-574507386626/mainraw · history · blame

1
2
3
4
5
6
7
8
# OSX 10.7+ 64-bit only
OPTS = -DPORTAUDIO -DALAC -DOPUS -DRESAMPLE -DLINKALL -DVISEXPORT -DDSD -DUSE_SSL -I./include64 -I./include64/opus -I./include64/alac -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -arch x86_64 -mmacosx-version-min=10.7

LDFLAGS = -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -arch x86_64 -mmacosx-version-min=10.7 -L./lib64

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

include Makefile