forked from mirrors/linphone-iphone
fix compilation issue on apple
This commit is contained in:
parent
aff1134b38
commit
6e41246ea2
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ static void add_payload(sdp_message_t *msg, int line, const PayloadType *pt)
|
|||
|
||||
|
||||
static void add_line(sdp_message_t *msg, int lineno, const SalStreamDescription *desc){
|
||||
const char *mt;
|
||||
const char *mt=NULL;
|
||||
const MSList *elem;
|
||||
const char *addr;
|
||||
const char *dir="sendrecv";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue