diff --git a/apps/mpeg.c b/apps/mpeg.c index 0b1413e195..2beece1c0c 100644 --- a/apps/mpeg.c +++ b/apps/mpeg.c @@ -493,6 +493,7 @@ unsigned long mpeg_get_last_header(void) #endif /* !SIMULATOR */ } +static void stop_playing(void); static void do_stop(void) { is_playing = false;