From 881a5b97591c4db883c681bc71b2a0565873cbc3 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Wed, 9 Jun 2010 08:14:41 +0000 Subject: reclaim most of the delta from the pictureflow commit git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26715 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'firmware/export') diff --git a/firmware/export/config.h b/firmware/export/config.h index 9a5aa73ed9..72954fe55c 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -650,6 +650,10 @@ Lyre prototype 1 */ #endif #endif +#if defined(HAVE_TAGCACHE) && defined(HAVE_LCD_BITMAP) +#define HAVE_PICTUREFLOW +#endif + /* Add one HAVE_ define for all mas35xx targets */ #if (CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3507D) || (CONFIG_CODEC == MAS3539F) #define HAVE_MAS35XX -- cgit v1.2.3