Codebase list squeezelite / debian/1.9+git20210102.78fef68-1 Makefile.i386
debian/1.9+git20210102.78fef68-1

Tree @debian/1.9+git20210102.78fef68-1 (Download .tar.gz)

Makefile.i386 @debian/1.9+git20210102.78fef68-1raw · 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