Codebase list squeezelite / run/b7b3a1a7-549c-4852-a2ab-654a6a73898f/main Makefile.i386
run/b7b3a1a7-549c-4852-a2ab-654a6a73898f/main

Tree @run/b7b3a1a7-549c-4852-a2ab-654a6a73898f/main (Download .tar.gz)

Makefile.i386 @run/b7b3a1a7-549c-4852-a2ab-654a6a73898f/mainraw · history · blame

# OSX 10.5 Intel 32-bit
OPTS = -DPORTAUDIO -DALAC -DOPUS -DRESAMPLE -DGPIO -DLINKALL -DVISEXPORT -DDSD -DUSE_SSL -I./include -I./include/opus -I./include/alac -O2 -I./include -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386

LDFLAGS = -Wl,-syslibroot,/Developer/SDKs/MacOSX10.5.sdk -arch i386 -mmacosx-version-min=10.5 -L./lib

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

EXECUTABLE = squeezelite-i386

include Makefile