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:
aymeric 2008-09-06 00:28:31 +00:00
parent 45cc4a5ad2
commit e3cd2bfb84
2 changed files with 14 additions and 0 deletions

View file

@ -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"
>

View file

@ -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