Ported pjmedia to Linux

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@172 74dad513-b988-da41-8d7b-12977e46ad98
remotes/origin/pjproject-0.5-stable
Benny Prijono 19 years ago
parent 34a404e1ba
commit e7172499b8

@ -0,0 +1,6 @@
#
# We need to define PA_LITTLE_ENDIAN when compiling PortAudio on Linux i386
#
export M_CFLAGS += $(CC_DEF)PA_LITTLE_ENDIAN

@ -0,0 +1,13 @@
#
# OS specific configuration for Win32 OS target.
#
#
# PJMEDIA_OBJS specified here are object files to be included in PJMEDIA
# (the library) for this specific operating system. Object files common
# to all operating systems should go in Makefile instead.
#
export PJMEDIA_OBJS += $(PA_DIR)/pa_unix_hostapis.o $(PA_DIR)/pa_unix_util.o \
$(PA_DIR)/pa_unix_oss.o
export OS_CFLAGS +=
Loading…
Cancel
Save