summaryrefslogtreecommitdiff
path: root/lib/rbcodec/rbcodecconfig-example.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/rbcodecconfig-example.h')
-rw-r--r--lib/rbcodec/rbcodecconfig-example.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/rbcodec/rbcodecconfig-example.h b/lib/rbcodec/rbcodecconfig-example.h
index 7ecbc1e96f..e5da42feba 100644
--- a/lib/rbcodec/rbcodecconfig-example.h
+++ b/lib/rbcodec/rbcodecconfig-example.h
@@ -5,6 +5,10 @@
5#define HAVE_SW_TONE_CONTROLS 5#define HAVE_SW_TONE_CONTROLS
6#define HAVE_ALBUMART 6#define HAVE_ALBUMART
7#define NUM_CORES 1 7#define NUM_CORES 1
8/* All the same unless a configuration option is added to warble */
9#define DSP_OUT_MIN_HZ 44100
10#define DSP_OUT_DEFAULT_HZ 44100
11#define DSP_OUT_MAX_HZ 44100
8 12
9#ifndef __ASSEMBLER__ 13#ifndef __ASSEMBLER__
10 14