Fix "Single call/Call with mkv file" tester on platform that does not support Opus

This commit is contained in:
François Grisez 2015-09-24 11:04:20 +02:00
parent dafc344292
commit c94da304c3

View file

@ -2522,6 +2522,7 @@ static void call_with_mkv_file_player(void) {
int res = linphone_player_open(player,hellomkv,on_eof,marie);
if(!ms_filter_codec_supported("opus")) {
BC_ASSERT_EQUAL(res, -1, int, "%d");
end_call(marie, pauline);
goto end;
}
BC_ASSERT_EQUAL(res, 0, int, "%d");