diff options
Diffstat (limited to 'apps/plugins/mpegplayer')
| -rw-r--r-- | apps/plugins/mpegplayer/mpegplayer.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/mpegplayer/mpegplayer.c b/apps/plugins/mpegplayer/mpegplayer.c index 2ef1ea7..3084f85 100644 --- a/apps/plugins/mpegplayer/mpegplayer.c +++ b/apps/plugins/mpegplayer/mpegplayer.c @@ -1145,7 +1145,9 @@ static int button_loop(void) break; case MPEG_PAUSE: +#ifdef MPEG_PAUSE2 case MPEG_PAUSE2: +#endif settings.resume_time = (int)(get_stream_time()/CLOCK_RATE/ 30-start_pts_time); save_settings(); |