From 499bda86d351aed23348aa38103738231ae7d4c1 Mon Sep 17 00:00:00 2001 From: Nanang Izzuddin Date: Fri, 3 Jan 2014 03:44:05 +0000 Subject: Close #1720: - Added configure flags --with-external-srtp and --disable-resample. - Added macro setting PJMEDIA_LIBSRTP_AUTO_INIT_DEINIT to allow application to handle libsrtp init & deinit by itself. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4701 74dad513-b988-da41-8d7b-12977e46ad98 --- third_party/build/os-auto.mak.in | 9 +++++++++ 1 file changed, 9 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 f1de03f8..8be95970 100644 --- a/third_party/build/os-auto.mak.in +++ b/third_party/build/os-auto.mak.in @@ -31,3 +31,12 @@ DIRS += portaudio endif endif +ifeq (@ac_external_srtp@,1) +# External SRTP +else +DIRS += srtp +endif + +ifeq (@ac_pjmedia_resample@,libresample) +DIRS += resample +endif -- cgit v1.2.3