summaryrefslogtreecommitdiff
path: root/apps/codecs.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs.h')
-rw-r--r--apps/codecs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs.h b/apps/codecs.h
index c3dbc4aaa3..c7bd1a87d0 100644
--- a/apps/codecs.h
+++ b/apps/codecs.h
@@ -44,7 +44,7 @@
44#include "thread.h" 44#include "thread.h"
45#endif 45#endif
46#if (CONFIG_CODEC == SWCODEC) 46#if (CONFIG_CODEC == SWCODEC)
47#if !defined(SIMULATOR) && defined(HAVE_RECORDING) 47#ifdef HAVE_RECORDING
48#include "pcm_record.h" 48#include "pcm_record.h"
49#endif 49#endif
50#include "dsp.h" 50#include "dsp.h"
@@ -213,7 +213,7 @@ struct codec_api {
213 void (*profile_func_exit)(void *this_fn, void *call_site); 213 void (*profile_func_exit)(void *this_fn, void *call_site);
214#endif 214#endif
215 215
216#if defined(HAVE_RECORDING) && !defined(SIMULATOR) 216#ifdef HAVE_RECORDING
217 volatile bool stop_encoder; 217 volatile bool stop_encoder;
218 volatile int enc_codec_loaded; /* <0=error, 0=pending, >0=ok */ 218 volatile int enc_codec_loaded; /* <0=error, 0=pending, >0=ok */
219 void (*enc_get_inputs)(struct enc_inputs *inputs); 219 void (*enc_get_inputs)(struct enc_inputs *inputs);