Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
mediastreamer2
Commits
e2a163d3
Commit
e2a163d3
authored
Apr 09, 2014
by
Simon Morlat
Browse files
fix non-srtp build
parent
fd97e904
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/voip/mediastream.c
View file @
e2a163d3
...
...
@@ -27,6 +27,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "ortp/ortp_srtp.h"
#include "ortp/b64.h"
#ifdef ORTP_HAVE_SRTP
#if defined(ANDROID) || defined(WINAPI_FAMILY_PHONE_APP)
// Android and Windows phone don't use make install
#include <srtp_priv.h>
...
...
@@ -34,6 +35,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <srtp/srtp_priv.h>
#endif
#endif
/*ORTP_HAVE_SRTP*/
#include <ctype.h>
#ifndef MS_MINIMAL_MTU
...
...
@@ -43,7 +46,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#endif
#if defined(_WIN32_WCE)
time_t
ms_time
(
time_t
*
t
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment