From e3cd2bfb8472316751c2789f170591f6bdaba63a Mon Sep 17 00:00:00 2001 From: aymeric Date: Sat, 6 Sep 2008 00:28:31 +0000 Subject: [PATCH] Add missing b64 on windows platform git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@8 3f6dc0c8-ddfe-455d-9043-3cd528dc4637 --- linphone/oRTP/build/win32native/oRTP.vcproj | 8 ++++++++ linphone/oRTP/build/win32native/ortp.def | 6 ++++++ 2 files changed, 14 insertions(+) diff --git a/linphone/oRTP/build/win32native/oRTP.vcproj b/linphone/oRTP/build/win32native/oRTP.vcproj index f5da64506..4711929c5 100644 --- a/linphone/oRTP/build/win32native/oRTP.vcproj +++ b/linphone/oRTP/build/win32native/oRTP.vcproj @@ -190,6 +190,10 @@ RelativePath="..\..\src\avprofile.c" > + + @@ -284,6 +288,10 @@ Filter="h;hpp;hxx;hm;inl;inc;xsd" UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" > + + diff --git a/linphone/oRTP/build/win32native/ortp.def b/linphone/oRTP/build/win32native/ortp.def index be8988976..0e57fe692 100755 --- a/linphone/oRTP/build/win32native/ortp.def +++ b/linphone/oRTP/build/win32native/ortp.def @@ -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 + \ No newline at end of file