Commit 9797a2ae authored by Youness Alaoui's avatar Youness Alaoui

nice include changes to adapt to stun changes

parent 044db7ee
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
#include <glib.h> #include <glib.h>
#include "stun/bind.h" #include "stun/usages/bind.h"
#include "udp.h" #include "udp.h"
#include "candidate.h" #include "candidate.h"
......
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
#include "agent.h" #include "agent.h"
#include "stream.h" #include "stream.h"
#include "stun-ice.h" /* note: the new STUN API */ #include "usages/stun-ice.h" /* note: the new STUN API */
#define NICE_CANDIDATE_PAIR_MAX_FOUNDATION NICE_CANDIDATE_MAX_FOUNDATION*2 #define NICE_CANDIDATE_PAIR_MAX_FOUNDATION NICE_CANDIDATE_MAX_FOUNDATION*2
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
/* note: this is a private header to libnice */ /* note: this is a private header to libnice */
#include "stun/bind.h" #include "stun/usages/bind.h"
#include "stream.h" #include "stream.h"
#include "agent.h" #include "agent.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment