mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 04:26:27 +00:00
Fix build on Windows.
This commit is contained in:
parent
3bd323bec3
commit
bfcda8ef5d
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ struct _LinphonePayloadType {
|
||||||
};
|
};
|
||||||
|
|
||||||
BELLE_SIP_DECLARE_NO_IMPLEMENTED_INTERFACES(LinphonePayloadType);
|
BELLE_SIP_DECLARE_NO_IMPLEMENTED_INTERFACES(LinphonePayloadType);
|
||||||
BELLE_SIP_DECLARE_VPTR(LinphonePayloadType);
|
BELLE_SIP_DECLARE_VPTR_NO_EXPORT(LinphonePayloadType);
|
||||||
|
|
||||||
LinphonePayloadType *linphone_payload_type_new(LinphoneCore *lc, OrtpPayloadType *ortp_pt) {
|
LinphonePayloadType *linphone_payload_type_new(LinphoneCore *lc, OrtpPayloadType *ortp_pt) {
|
||||||
LinphonePayloadType *pt;
|
LinphonePayloadType *pt;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue