summaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
authorJason Parker <jparker@digium.com>2013-03-12 10:45:25 -0500
committerJason Parker <jparker@digium.com>2013-03-12 10:45:25 -0500
commit3ebc56ad37b5254faadec0ca4eeae9559338815b (patch)
tree6107e5abbcfe13c522a5b8c5ff38af414bb1767b /third_party
parentf312ff5164b55ce2c847881674d4505f64d23093 (diff)
Allow disabling resample support, via configure script.
Diffstat (limited to 'third_party')
-rw-r--r--third_party/build/Makefile2
-rw-r--r--third_party/build/os-auto.mak.in4
-rw-r--r--third_party/build/os-darwinos.mak1
-rw-r--r--third_party/build/os-linux.mak1
-rw-r--r--third_party/build/os-win32.mak1
5 files changed, 8 insertions, 1 deletions
diff --git a/third_party/build/Makefile b/third_party/build/Makefile
index 8cfe9cf..e1cb0da 100644
--- a/third_party/build/Makefile
+++ b/third_party/build/Makefile
@@ -1,4 +1,4 @@
-DIRS = resample milenage
+DIRS = milenage
include ../../build.mak
include $(PJDIR)/build/common.mak
diff --git a/third_party/build/os-auto.mak.in b/third_party/build/os-auto.mak.in
index dfc32a9..8be9597 100644
--- a/third_party/build/os-auto.mak.in
+++ b/third_party/build/os-auto.mak.in
@@ -36,3 +36,7 @@ ifeq (@ac_external_srtp@,1)
else
DIRS += srtp
endif
+
+ifeq (@ac_pjmedia_resample@,libresample)
+DIRS += resample
+endif
diff --git a/third_party/build/os-darwinos.mak b/third_party/build/os-darwinos.mak
index 7c94029..6a53b71 100644
--- a/third_party/build/os-darwinos.mak
+++ b/third_party/build/os-darwinos.mak
@@ -4,5 +4,6 @@ DIRS += speex
DIRS += portaudio
DIRS += g7221
DIRS += srtp
+DIRS += resample
diff --git a/third_party/build/os-linux.mak b/third_party/build/os-linux.mak
index 7c94029..6a53b71 100644
--- a/third_party/build/os-linux.mak
+++ b/third_party/build/os-linux.mak
@@ -4,5 +4,6 @@ DIRS += speex
DIRS += portaudio
DIRS += g7221
DIRS += srtp
+DIRS += resample
diff --git a/third_party/build/os-win32.mak b/third_party/build/os-win32.mak
index 7c94029..6a53b71 100644
--- a/third_party/build/os-win32.mak
+++ b/third_party/build/os-win32.mak
@@ -4,5 +4,6 @@ DIRS += speex
DIRS += portaudio
DIRS += g7221
DIRS += srtp
+DIRS += resample