diff options
Diffstat (limited to 'apps/plugins/mpegplayer/mpeg_settings.h')
-rw-r--r-- | apps/plugins/mpegplayer/mpeg_settings.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/mpegplayer/mpeg_settings.h b/apps/plugins/mpegplayer/mpeg_settings.h index 340deb46fe..37ceda7225 100644 --- a/apps/plugins/mpegplayer/mpeg_settings.h +++ b/apps/plugins/mpegplayer/mpeg_settings.h | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | enum mpeg_option_id | 4 | enum mpeg_option_id |
5 | { | 5 | { |
6 | #if defined(TOSHIBA_GIGABEAT_F) || defined(SANSA_E200) | 6 | #if defined(TOSHIBA_GIGABEAT_F) || defined(SANSA_E200) || defined(SANSA_C200) |
7 | MPEG_OPTION_DITHERING, | 7 | MPEG_OPTION_DITHERING, |
8 | #endif | 8 | #endif |
9 | MPEG_OPTION_DISPLAY_FPS, | 9 | MPEG_OPTION_DISPLAY_FPS, |
@@ -33,7 +33,7 @@ struct mpeg_settings { | |||
33 | int resume_count; /* total # of resumes in config file */ | 33 | int resume_count; /* total # of resumes in config file */ |
34 | int resume_time; /* resume time for current mpeg (in half minutes) */ | 34 | int resume_time; /* resume time for current mpeg (in half minutes) */ |
35 | char resume_filename[128]; /* filename of current mpeg */ | 35 | char resume_filename[128]; /* filename of current mpeg */ |
36 | #if defined(TOSHIBA_GIGABEAT_F) || defined(SANSA_E200) | 36 | #if defined(TOSHIBA_GIGABEAT_F) || defined(SANSA_E200) || defined(SANSA_C200) |
37 | int displayoptions; | 37 | int displayoptions; |
38 | #endif | 38 | #endif |
39 | }; | 39 | }; |