From: Michael Jerris Date: Wed, 18 Nov 2009 16:08:36 +0000 (+0000) Subject: fix automated libsrtp build X-Git-Tag: v1.0.6~1374 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d850453bb8ab10b047581483fd0d8bbe23b2e870;p=thirdparty%2Ffreeswitch.git fix automated libsrtp build git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15523 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/libs/srtp/libsrtp.2008.vcproj b/libs/srtp/libsrtp.2008.vcproj index b43d4ff4a2..eda0903edb 100644 --- a/libs/srtp/libsrtp.2008.vcproj +++ b/libs/srtp/libsrtp.2008.vcproj @@ -55,6 +55,7 @@ BasicRuntimeChecks="3" RuntimeLibrary="3" StructMemberAlignment="0" + BufferSecurityCheck="false" UsePrecompiledHeader="0" WarningLevel="4" WarnAsError="true" @@ -192,6 +193,7 @@ PreprocessorDefinitions="WIN32;NDEBUG;_LIB;HAVE_CONFIG_H" RuntimeLibrary="2" StructMemberAlignment="0" + BufferSecurityCheck="false" UsePrecompiledHeader="0" WarningLevel="4" WarnAsError="true" @@ -330,6 +332,7 @@ BasicRuntimeChecks="3" RuntimeLibrary="3" StructMemberAlignment="0" + BufferSecurityCheck="false" UsePrecompiledHeader="0" WarningLevel="4" WarnAsError="true" @@ -497,6 +500,7 @@ PreprocessorDefinitions="WIN32;NDEBUG;_LIB;HAVE_CONFIG_H" RuntimeLibrary="2" StructMemberAlignment="0" + BufferSecurityCheck="false" UsePrecompiledHeader="0" WarningLevel="4" WarnAsError="true"