mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 21:28:08 +00:00
Add missing b64 on windows platform
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@8 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
45cc4a5ad2
commit
e3cd2bfb84
2 changed files with 14 additions and 0 deletions
|
|
@ -190,6 +190,10 @@
|
|||
RelativePath="..\..\src\avprofile.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\b64.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\dll_entry.c"
|
||||
>
|
||||
|
|
@ -284,6 +288,10 @@
|
|||
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\..\include\ortp\b64.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\ortp\event.h"
|
||||
>
|
||||
|
|
|
|||
|
|
@ -172,3 +172,9 @@ EXPORTS
|
|||
rtp_session_set_jitter_buffer_params
|
||||
|
||||
rtp_get_payload
|
||||
|
||||
rtp_session_set_remote_addr_full
|
||||
rtp_session_send_rtcp_APP
|
||||
b64_decode
|
||||
b64_encode
|
||||
|
||||
Loading…
Add table
Reference in a new issue