summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-02-09 14:53:57 +0000
committerBenny Prijono <bennylp@teluu.com>2006-02-09 14:53:57 +0000
commit7cf4a041e150c925077e1184117a8d37b71bba51 (patch)
tree334fd1301e97930551db056c3e47cedef746fffa
parent333fbd7e724d93411250a86659eca9f14d6ff5c8 (diff)
Ported pjmedia to Linux
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@172 74dad513-b988-da41-8d7b-12977e46ad98
-rw-r--r--pjmedia/build/m-i386.mak6
-rw-r--r--pjmedia/build/os-linux.mak13
2 files changed, 19 insertions, 0 deletions
diff --git a/pjmedia/build/m-i386.mak b/pjmedia/build/m-i386.mak
new file mode 100644
index 00000000..ede7dfc4
--- /dev/null
+++ b/pjmedia/build/m-i386.mak
@@ -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
diff --git a/pjmedia/build/os-linux.mak b/pjmedia/build/os-linux.mak
new file mode 100644
index 00000000..d64d8e26
--- /dev/null
+++ b/pjmedia/build/os-linux.mak
@@ -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 +=