diff options
Diffstat (limited to 'apps/plugins/mpegplayer/stream_mgr.h')
| -rw-r--r-- | apps/plugins/mpegplayer/stream_mgr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/mpegplayer/stream_mgr.h b/apps/plugins/mpegplayer/stream_mgr.h index 71a3fd5..c94fa84 100644 --- a/apps/plugins/mpegplayer/stream_mgr.h +++ b/apps/plugins/mpegplayer/stream_mgr.h @@ -152,7 +152,7 @@ static inline bool stream_can_seek(void) /* Keep the disk spinning (for seeking and browsing) */ static inline void stream_keep_disk_active(void) { -#ifndef HAVE_FLASH_STORAGE +#ifdef HAVE_DISK_STORAGE rb->ata_spin(); #endif } |