summaryrefslogtreecommitdiff
path: root/apps/plugins/mpegplayer/mpeg_settings.h
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2008-01-26 14:24:09 +0000
committerMichael Sevakis <jethead71@rockbox.org>2008-01-26 14:24:09 +0000
commitf8709ac7e25386017cee762666c12e2ac6d71a7a (patch)
treee97c4ff4731ca151e20e55c9953be02a540d3bf0 /apps/plugins/mpegplayer/mpeg_settings.h
parent9542471f7d166458a31220a33e4bd53769a695fc (diff)
downloadrockbox-f8709ac7e25386017cee762666c12e2ac6d71a7a.tar.gz
rockbox-f8709ac7e25386017cee762666c12e2ac6d71a7a.zip
H10 20GB: Assembly YUV blitting and dithering.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16171 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/mpegplayer/mpeg_settings.h')
-rw-r--r--apps/plugins/mpegplayer/mpeg_settings.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/mpegplayer/mpeg_settings.h b/apps/plugins/mpegplayer/mpeg_settings.h
index a55b2c33a5..4d6da478ea 100644
--- a/apps/plugins/mpegplayer/mpeg_settings.h
+++ b/apps/plugins/mpegplayer/mpeg_settings.h
@@ -5,7 +5,8 @@
5#define SETTINGS_MIN_VERSION 1 5#define SETTINGS_MIN_VERSION 1
6#define SETTINGS_FILENAME "mpegplayer.cfg" 6#define SETTINGS_FILENAME "mpegplayer.cfg"
7 7
8#if defined(TOSHIBA_GIGABEAT_F) || defined(SANSA_E200) || defined(SANSA_C200) 8#if defined(TOSHIBA_GIGABEAT_F) || defined(SANSA_E200) || defined(SANSA_C200) \
9 || defined (IRIVER_H10)
9#define MPEG_OPTION_DITHERING_ENABLED 1 10#define MPEG_OPTION_DITHERING_ENABLED 1
10#endif 11#endif
11 12