From 9550ec7a68b8d072f99872d44def5004dbcc2562 Mon Sep 17 00:00:00 2001 From: Jason Parker Date: Wed, 27 Feb 2013 14:11:39 -0600 Subject: Add support for using external libsrtp. --- third_party/build/Makefile | 2 +- third_party/build/os-auto.mak.in | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'third_party') diff --git a/third_party/build/Makefile b/third_party/build/Makefile index 36d8061..8cfe9cf 100644 --- a/third_party/build/Makefile +++ b/third_party/build/Makefile @@ -1,4 +1,4 @@ -DIRS = resample milenage srtp +DIRS = resample 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 f1de03f..dfc32a9 100644 --- a/third_party/build/os-auto.mak.in +++ b/third_party/build/os-auto.mak.in @@ -31,3 +31,8 @@ DIRS += portaudio endif endif +ifeq (@ac_external_srtp@,1) +# External SRTP +else +DIRS += srtp +endif -- cgit v1.2.3