summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2012-05-01 19:10:00 +0200
committerNils Wallménius <nils@rockbox.org>2012-05-01 19:10:00 +0200
commit45c5b1fe173471db25b450434c453c929c855874 (patch)
treed7aa0184e405d4956e3d04937854869c805ea5fa
parent4bef502d4d7fb95f0afb4ac8cb293315d35bb3da (diff)
downloadrockbox-45c5b1fe173471db25b450434c453c929c855874.tar.gz
rockbox-45c5b1fe173471db25b450434c453c929c855874.zip
Delete autoconf.h file in the warble source, one less headache.
Change-Id: I83c1b523de453c45aa4df3340b9a1aa63bf321ed
-rw-r--r--lib/rbcodec/test/autoconf.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/lib/rbcodec/test/autoconf.h b/lib/rbcodec/test/autoconf.h
deleted file mode 100644
index 0908ade420..0000000000
--- a/lib/rbcodec/test/autoconf.h
+++ /dev/null
@@ -1,17 +0,0 @@
1#ifndef __BUILD_AUTOCONF_H
2#define __BUILD_AUTOCONF_H
3
4#define __PCTOOL__
5#define CONFIG_CODEC SWCODEC
6#define TARGET_ID 73 /* sdlapp */
7#define MEMORYSIZE 64
8#define ROCKBOX_LITTLE_ENDIAN 1
9#define HAVE_PITCHSCREEN
10#define HAVE_SW_TONE_CONTROLS
11#define HAVE_SW_VOLUME_CONTROL
12#define VOLUME_MIN -100
13#define VOLUME_MAX 100
14#define SW_VOLUME_MIN -100
15#define SW_VOLUME_MAX 100
16
17#endif /* __BUILD_AUTOCONF_H */