diff options
| author | Andrew Mahone <andrew.mahone@gmail.com> | 2009-01-25 18:27:17 +0000 |
|---|---|---|
| committer | Andrew Mahone <andrew.mahone@gmail.com> | 2009-01-25 18:27:17 +0000 |
| commit | 04b7cefd63ab23defc313ad5accbe4aa00e0165e (patch) | |
| tree | bb95f1190cd12f12df112a60c6541301cdaf46d5 /apps/plugins/video.c | |
| parent | 6343111e00da93a8b792b4e6245184be31b8feff (diff) | |
| download | rockbox-04b7cefd63ab23defc313ad5accbe4aa00e0165e.zip rockbox-04b7cefd63ab23defc313ad5accbe4aa00e0165e.tar.gz rockbox-04b7cefd63ab23defc313ad5accbe4aa00e0165e.tar.bz2 rockbox-04b7cefd63ab23defc313ad5accbe4aa00e0165e.tar.xz | |
fix mem* wrappers in UI on cygwin, by not building certain plugins on sim, rather than building empty ones
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19856 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/video.c')
| -rw-r--r-- | apps/plugins/video.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/video.c b/apps/plugins/video.c index bd2ddb5..bcbbb99 100644 --- a/apps/plugins/video.c +++ b/apps/plugins/video.c @@ -31,7 +31,6 @@ #include "system.h" #include "lib/helper.h" -#ifndef SIMULATOR /* not for simulator by now */ #ifdef HAVE_LCD_BITMAP /* and definitely not for the Player, haha */ PLUGIN_HEADER @@ -1026,5 +1025,4 @@ enum plugin_status plugin_start(const void* parameter) } #endif /* #ifdef HAVE_LCD_BITMAP */ -#endif /* #ifndef SIMULATOR */ |