summaryrefslogtreecommitdiff
path: root/apps/codecs/liba52/config.h
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2005-02-18 16:26:42 +0000
committerDave Chapman <dave@dchapman.com>2005-02-18 16:26:42 +0000
commit3038abc8270dde743c6b4bf068549854acd16ef6 (patch)
tree43a7f94d689f07b1dcc41c6fb7ff148329c162b3 /apps/codecs/liba52/config.h
parent9f02041999a9e9472119860b686cafeba02b41b6 (diff)
downloadrockbox-3038abc8270dde743c6b4bf068549854acd16ef6.tar.gz
rockbox-3038abc8270dde743c6b4bf068549854acd16ef6.zip
A temporary solution to build liba52 on the simulators - assume little-endian for simulators, big-endian for targets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6010 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/liba52/config.h')
-rw-r--r--apps/codecs/liba52/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/codecs/liba52/config.h b/apps/codecs/liba52/config.h
index dc8515971c..6095368767 100644
--- a/apps/codecs/liba52/config.h
+++ b/apps/codecs/liba52/config.h
@@ -18,4 +18,6 @@
18 18
19/* Used in bitstream.h */ 19/* Used in bitstream.h */
20 20
21#ifndef SIMULATOR
21#define WORDS_BIGENDIAN 1 22#define WORDS_BIGENDIAN 1
23#endif