summaryrefslogtreecommitdiff
path: root/firmware/export/audiohw.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/audiohw.h')
-rw-r--r--firmware/export/audiohw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/audiohw.h b/firmware/export/audiohw.h
index 102d107d8a..304c5aa460 100644
--- a/firmware/export/audiohw.h
+++ b/firmware/export/audiohw.h
@@ -79,7 +79,7 @@
79#elif defined(HAVE_DUMMY_CODEC) 79#elif defined(HAVE_DUMMY_CODEC)
80#include "dummy_codec.h" 80#include "dummy_codec.h"
81#endif 81#endif
82#if (CONFIG_PLATFORM & PLATFORM_HOSTED) 82#if (CONFIG_PLATFORM & (PLATFORM_ANDROID|PLATFORM_MAEMO|PLATFORM_PANDORA|PLATFORM_SDL))
83/* #include <SDL_audio.h> gives errors in other code areas, 83/* #include <SDL_audio.h> gives errors in other code areas,
84 * we don't really need it here, so don't. but it should maybe be fixed */ 84 * we don't really need it here, so don't. but it should maybe be fixed */
85#ifndef SIMULATOR /* simulator gets values from the target .h files */ 85#ifndef SIMULATOR /* simulator gets values from the target .h files */