From d6c054575b4561b4c657565ecb4ff82565fa6c78 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Mon, 29 Aug 2005 21:15:27 +0000 Subject: 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 --- uisimulator/common/stubs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'uisimulator/common/stubs.c') diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c index 2357f9baea..0bbecdae41 100644 --- a/uisimulator/common/stubs.c +++ b/uisimulator/common/stubs.c @@ -71,7 +71,7 @@ long pcm_get_bytes_waiting(void) return 0; } -#if CONFIG_HWCODEC != MASNONE +#if CONFIG_CODEC != SWCODEC void audio_set_buffer_margin(int seconds) { (void)seconds; @@ -273,7 +273,7 @@ void button_set_flip(bool yesno) (void)yesno; } -#if CONFIG_HWCODEC != MASNONE +#if CONFIG_CODEC != SWCODEC void talk_init(void) { } -- cgit v1.2.3