From 3982f1e9322184de6bb15bbe8d04476d8bc11601 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Sun, 4 Jul 2010 13:37:52 +0000 Subject: Simulator: build recording code git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27280 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/codecs.h') 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 @@ #include "thread.h" #endif #if (CONFIG_CODEC == SWCODEC) -#if !defined(SIMULATOR) && defined(HAVE_RECORDING) +#ifdef HAVE_RECORDING #include "pcm_record.h" #endif #include "dsp.h" @@ -213,7 +213,7 @@ struct codec_api { void (*profile_func_exit)(void *this_fn, void *call_site); #endif -#if defined(HAVE_RECORDING) && !defined(SIMULATOR) +#ifdef HAVE_RECORDING volatile bool stop_encoder; volatile int enc_codec_loaded; /* <0=error, 0=pending, >0=ok */ void (*enc_get_inputs)(struct enc_inputs *inputs); -- cgit v1.2.3