forked from mirrors/linphone-iphone
Rename Playing test and fix compilation
This commit is contained in:
parent
47118a39bc
commit
c1f324d0d6
1 changed files with 2 additions and 2 deletions
|
|
@ -84,13 +84,13 @@ static void play_file(const char *filename, bool_t unsupported_format) {
|
|||
}
|
||||
|
||||
static void playing_test(void) {
|
||||
const char *filename = ms_strdup_printf("%s/sounds/hello_opus_h264.mkv", liblinphone_tester_file_prefix);
|
||||
char *filename = ms_strdup_printf("%s/sounds/hello_opus_h264.mkv", liblinphone_tester_file_prefix);
|
||||
play_file(filename, !linphone_local_player_matroska_supported());
|
||||
ms_free(filename);
|
||||
}
|
||||
|
||||
test_t player_tests[] = {
|
||||
{ "Playing" , playing_test }
|
||||
{ "Local MKV file" , playing_test }
|
||||
};
|
||||
|
||||
test_suite_t player_test_suite = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue