summaryrefslogtreecommitdiff
path: root/apps/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/misc.h')
-rw-r--r--apps/misc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/misc.h b/apps/misc.h
index b0adb92a0e..25937fae29 100644
--- a/apps/misc.h
+++ b/apps/misc.h
@@ -38,9 +38,9 @@ char *output_dyn_value(char *buf, int buf_size, int value,
38 * less than zero to number automatically. The final number used will also 38 * less than zero to number automatically. The final number used will also
39 * be returned in *num. If *num is >= 0 then *num will be incremented by 39 * be returned in *num. If *num is >= 0 then *num will be incremented by
40 * one. */ 40 * one. */
41#if CONFIG_CODEC == SWCODEC && defined(HAVE_RECORDING) && (CONFIG_RTC == 0) 41#if defined(HAVE_RECORDING) && (CONFIG_RTC == 0)
42/* this feature is needed by SWCODEC recording without a RTC to prevent 42/* this feature is needed by recording without a RTC to prevent disk access
43 disk access when changing files */ 43 when changing files */
44#define IF_CNFN_NUM_(...) __VA_ARGS__ 44#define IF_CNFN_NUM_(...) __VA_ARGS__
45#define IF_CNFN_NUM 45#define IF_CNFN_NUM
46#else 46#else