summaryrefslogtreecommitdiff
path: root/apps/codecs
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2005-02-28 00:49:37 +0000
committerJens Arnold <amiconn@rockbox.org>2005-02-28 00:49:37 +0000
commit80b786afd0663ad160a7a7b1188aacabf1847d38 (patch)
treeaa8cc29e2181422688201d7c7e738884cfa1b7d6 /apps/codecs
parentdc838d26ffef2b1617fd279383f3789f7cd0ca2b (diff)
downloadrockbox-80b786afd0663ad160a7a7b1188aacabf1847d38.tar.gz
rockbox-80b786afd0663ad160a7a7b1188aacabf1847d38.zip
Renamed config.h to config-tremor.h to avoid name clash with rockbox' config.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6075 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs')
-rw-r--r--apps/codecs/Tremor/config-tremor.h (renamed from apps/codecs/Tremor/config.h)0
-rw-r--r--apps/codecs/Tremor/misc.h2
-rw-r--r--apps/codecs/Tremor/os_types.h2
3 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/Tremor/config.h b/apps/codecs/Tremor/config-tremor.h
index a456fc208c..a456fc208c 100644
--- a/apps/codecs/Tremor/config.h
+++ b/apps/codecs/Tremor/config-tremor.h
diff --git a/apps/codecs/Tremor/misc.h b/apps/codecs/Tremor/misc.h
index 6fff34e5aa..b56f65d6e8 100644
--- a/apps/codecs/Tremor/misc.h
+++ b/apps/codecs/Tremor/misc.h
@@ -15,7 +15,7 @@
15 15
16 ********************************************************************/ 16 ********************************************************************/
17 17
18#include "config.h" 18#include "config-tremor.h"
19 19
20#ifndef _V_RANDOM_H_ 20#ifndef _V_RANDOM_H_
21#define _V_RANDOM_H_ 21#define _V_RANDOM_H_
diff --git a/apps/codecs/Tremor/os_types.h b/apps/codecs/Tremor/os_types.h
index c43e63854d..fe0331770f 100644
--- a/apps/codecs/Tremor/os_types.h
+++ b/apps/codecs/Tremor/os_types.h
@@ -14,7 +14,7 @@
14 function: #ifdef jail to whip a few platforms into the UNIX ideal. 14 function: #ifdef jail to whip a few platforms into the UNIX ideal.
15 15
16 ********************************************************************/ 16 ********************************************************************/
17#include "config.h" 17#include "config-tremor.h"
18 18
19#ifndef _OS_TYPES_H 19#ifndef _OS_TYPES_H
20#define _OS_TYPES_H 20#define _OS_TYPES_H