summaryrefslogtreecommitdiff
path: root/apps/plugins/test_codec.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/test_codec.c')
-rw-r--r--apps/plugins/test_codec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/test_codec.c b/apps/plugins/test_codec.c
index 9598881790..77ad9c9530 100644
--- a/apps/plugins/test_codec.c
+++ b/apps/plugins/test_codec.c
@@ -697,7 +697,7 @@ static enum plugin_status test_track(const char* filename)
697 rb->snprintf(str,sizeof(str),"%d.%02d%% realtime",(int)speed/100,(int)speed%100); 697 rb->snprintf(str,sizeof(str),"%d.%02d%% realtime",(int)speed/100,(int)speed%100);
698 log_text(str,true); 698 log_text(str,true);
699 699
700#ifndef SIMULATOR 700#if (CONFIG_PLATFORM & PLATFORM_NATIVE)
701 /* show effective clockrate in MHz needed for realtime decoding */ 701 /* show effective clockrate in MHz needed for realtime decoding */
702 if (speed > 0) 702 if (speed > 0)
703 { 703 {