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
b49feebe
Commit
b49feebe
authored
Jan 26, 2016
by
Ghislain MARY
Browse files
Use correct include paths when building for Windows 10.
parent
04513bf8
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/audiofilters/msopus.c
View file @
b49feebe
...
...
@@ -26,7 +26,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "ortp/rtp.h"
#include <stdint.h>
#if defined(ANDROID) || defined(MS2_WINDOWS_PHONE)
|| defined(MS2_WINDOWS_UNIVERSAL)
#if defined(ANDROID) || defined(MS2_WINDOWS_PHONE)
#include <opus.h>
#else
#include <opus/opus.h>
...
...
src/crypto/ms_srtp.c
View file @
b49feebe
...
...
@@ -34,7 +34,7 @@
#undef PACKAGE_TARNAME
#undef PACKAGE_VERSION
#if defined(ANDROID) || defined(MS2_WINDOWS_PHONE)
|| defined(MS2_WINDOWS_UNIVERSAL)
#if defined(ANDROID) || defined(MS2_WINDOWS_PHONE)
// Android and Windows phone don't use make install
#include <srtp.h>
//#include <srtp_priv.h>
...
...
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