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/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party/build/Makefile') diff --git a/third_party/build/Makefile b/third_party/build/Makefile index 36d80612..e1cb0da2 100644 --- a/third_party/build/Makefile +++ b/third_party/build/Makefile @@ -1,4 +1,4 @@ -DIRS = resample milenage srtp +DIRS = milenage include ../../build.mak include $(PJDIR)/build/common.mak -- cgit v1.2.3