fix compilation errors

This commit is contained in:
Simon Morlat 2015-08-03 16:26:20 +02:00
parent f9a242f3f8
commit b280b12cb6
3 changed files with 2 additions and 3 deletions

View file

@ -2395,7 +2395,7 @@ static int find_crypto_index_from_tag(const SalSrtpCryptoAlgo crypto[],unsigned
return -1;
}
static void configure_rtp_session_for_rtcp_fb(LinphoneCall *call, SalStreamDescription *stream) {
static void configure_rtp_session_for_rtcp_fb(LinphoneCall *call, const SalStreamDescription *stream) {
RtpSession *session = NULL;
if (stream->type == SalAudio) {

2
oRTP

@ -1 +1 @@
Subproject commit 79e8c769eebb7a60ba55f5bcada0aa200507d017
Subproject commit 7383e9725b5861a7cb65f0be62d0eb0af7c2ede9

View file

@ -4402,7 +4402,6 @@ static void call_with_generic_nack_rtcp_feedback(void) {
LinphoneCall *call_marie;
bool_t call_ok;
OrtpNetworkSimulatorParams params = { 0 };
int dummy = 0;
params.enabled = TRUE;
params.loss_rate = 10;