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/os-auto.mak.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'third_party/build/os-auto.mak.in') 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