blob: ea7492a5220074dd7090e44063e9a27f07ba9470 [file] [log] [blame]
Benny Prijonof4b60912006-03-20 16:58:43 +00001#
2# OS specific configuration for Darwin/MacOS target.
3#
4
5#
6# PJMEDIA_OBJS specified here are object files to be included in PJMEDIA
7# (the library) for this specific operating system. Object files common
8# to all operating systems should go in Makefile instead.
9#
Benny Prijonoa8df6542006-03-23 14:20:42 +000010export PJMEDIA_OBJS += $(PA_DIR)/pa_mac_hostapis.o \
11 $(PA_DIR)/pa_unix_util.o \
12 $(PA_DIR)/pa_mac_core.o
13
14# $(PA_DIR)/pa_mac_alt.o
Benny Prijonof4b60912006-03-20 16:58:43 +000015# $(PA_DIR)/ringbuffer.o
16
17export OS_CFLAGS += $(CC_DEF)PA_USE_COREAUDIO=1 $(CC_DEF)PA_BIG_ENDIAN=1