mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
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