MAS-specific plugin

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5774 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2005-02-04 08:35:52 +00:00
parent bc45e628a1
commit 4a93acc735

View file

@ -18,7 +18,8 @@
****************************************************************************/ ****************************************************************************/
#include "plugin.h" #include "plugin.h"
#ifndef SIMULATOR #if !defined(SIMULATOR) && (CONFIG_HWCODEC != MASNONE)
/* only do this for targets with MAS */
/* variable button definitions */ /* variable button definitions */
#if CONFIG_KEYPAD == RECORDER_PAD #if CONFIG_KEYPAD == RECORDER_PAD