summaryrefslogtreecommitdiffstats
path: root/lib/rbcodec/test/autoconf.h
blob: 0908ade4207c0450f9ef4cc3185c27b7d2a31d85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef __BUILD_AUTOCONF_H
#define __BUILD_AUTOCONF_H

#define __PCTOOL__
#define CONFIG_CODEC SWCODEC
#define TARGET_ID 73 /* sdlapp */
#define MEMORYSIZE 64
#define ROCKBOX_LITTLE_ENDIAN 1
#define HAVE_PITCHSCREEN
#define HAVE_SW_TONE_CONTROLS
#define HAVE_SW_VOLUME_CONTROL
#define VOLUME_MIN -100
#define VOLUME_MAX 100
#define SW_VOLUME_MIN -100
#define SW_VOLUME_MAX 100

#endif /* __BUILD_AUTOCONF_H */