diff options
author | Dave Chapman <dave@dchapman.com> | 2007-03-26 01:43:10 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2007-03-26 01:43:10 +0000 |
commit | 5e2984ad80a732f39b8d0df130176e67b30b9469 (patch) | |
tree | 03853bfe4bc4b24967b2e42df910a2d7fffaf39b /apps/plugins/mpegplayer/video_out_rockbox.c | |
parent | a56757137c9b8e11e5380270a1ebbbd29ad0b0d0 (diff) |
Fix warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12914 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/mpegplayer/video_out_rockbox.c')
-rw-r--r-- | apps/plugins/mpegplayer/video_out_rockbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/mpegplayer/video_out_rockbox.c b/apps/plugins/mpegplayer/video_out_rockbox.c index b37b75449b..c4a37a6558 100644 --- a/apps/plugins/mpegplayer/video_out_rockbox.c +++ b/apps/plugins/mpegplayer/video_out_rockbox.c @@ -43,7 +43,7 @@ static int output_y; static int output_width; static int output_height; -#ifdef SIMULATOR +#if defined(SIMULATOR) && defined(HAVE_LCD_COLOR) #define RYFAC (31*257) #define GYFAC (63*257) |