From 5074658a6fe39c5616e83a23a922f0620035b988 Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Wed, 11 Feb 2015 16:30:42 +0100 Subject: [PATCH] Fix testers --- mediastreamer2 | 2 +- tester/call_tester.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mediastreamer2 b/mediastreamer2 index 2b0343ba1..13f6a7884 160000 --- a/mediastreamer2 +++ b/mediastreamer2 @@ -1 +1 @@ -Subproject commit 2b0343ba1659a496b06c61240b5b68b1251de762 +Subproject commit 13f6a78846b8cfe2e75e0298751e1ba57d66232c diff --git a/tester/call_tester.c b/tester/call_tester.c index 624a90fca..93ef7170a 100644 --- a/tester/call_tester.c +++ b/tester/call_tester.c @@ -2129,7 +2129,7 @@ static void call_with_file_player(void) { CU_ASSERT_TRUE(wait_for(pauline->lc,marie->lc,&marie->stat.number_of_LinphoneCallEnd,1)); /*cannot run on iphone simulator because locks main loop beyond permitted time (should run on another thread) */ -#if !defined(__arm__) && !defined(__arm64__) && TARGET_IPHONE_SIMULATOR +#if !defined(__arm__) && !defined(__arm64__) && !TARGET_IPHONE_SIMULATOR { double similar; const double threshold = 0.9;