From 2295b9e568781256ac15e80fe348d2c33015ec29 Mon Sep 17 00:00:00 2001 From: Sandrine Avakian Date: Fri, 4 Dec 2015 11:09:10 +0100 Subject: [PATCH] Fixing compilation problem -video_call_avpf : enables avpf and tests video -video_call : video call without avpf --- tester/call_tester.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tester/call_tester.c b/tester/call_tester.c index 67d1e93a6..723dbdff3 100644 --- a/tester/call_tester.c +++ b/tester/call_tester.c @@ -5698,8 +5698,8 @@ test_t call_tests[] = { { "Call with mkv file player", call_with_mkv_file_player}, { "Audio call with ICE no matching audio codecs", audio_call_with_ice_no_matching_audio_codecs }, #ifdef VIDEO_ENABLED - { "Simple video call",video_call_avpf}, - //{ "Simple video call",video_call}, + { "Simple video call AVPF",video_call_avpf}, + { "Simple video call",video_call}, { "Simple ZRTP video call",video_call_zrtp}, { "Simple DTLS video call",video_call_dtls}, { "Simple video call using policy",video_call_using_policy},