diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2005-08-29 21:15:27 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2005-08-29 21:15:27 +0000 |
| commit | d6c054575b4561b4c657565ecb4ff82565fa6c78 (patch) | |
| tree | c05a7f619a2580a8ae3ee29e863f076d1065c398 /apps/settings.h | |
| parent | 99a0598c284471342fcda1fdcba90d4b666bfbb3 (diff) | |
| download | rockbox-d6c054575b4561b4c657565ecb4ff82565fa6c78.zip rockbox-d6c054575b4561b4c657565ecb4ff82565fa6c78.tar.gz rockbox-d6c054575b4561b4c657565ecb4ff82565fa6c78.tar.bz2 rockbox-d6c054575b4561b4c657565ecb4ff82565fa6c78.tar.xz | |
Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and SWCODEC, respectively.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7416 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.h')
| -rw-r--r-- | apps/settings.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/settings.h b/apps/settings.h index c59fe47..8387fe0 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -154,7 +154,7 @@ struct user_settings bool mdb_enable; /* true/false */ bool superbass; /* true/false */ -#if CONFIG_HWCODEC == MASNONE +#if CONFIG_CODEC == SWCODEC int crossfade; int crossfade_duration; #endif @@ -330,7 +330,7 @@ struct user_settings bool next_folder; /* move to next folder */ bool runtimedb; /* runtime database active? */ -#if CONFIG_HWCODEC == MASNONE +#if CONFIG_CODEC == SWCODEC bool replaygain; /* enable replaygain */ bool replaygain_track; /* true for track gain, false for album gain */ bool replaygain_noclip; /* scale to prevent clips */ |