diff options
| author | Dave Chapman <dave@dchapman.com> | 2005-02-18 16:26:42 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2005-02-18 16:26:42 +0000 |
| commit | 3038abc8270dde743c6b4bf068549854acd16ef6 (patch) | |
| tree | 43a7f94d689f07b1dcc41c6fb7ff148329c162b3 /apps/codecs | |
| parent | 9f02041999a9e9472119860b686cafeba02b41b6 (diff) | |
| download | rockbox-3038abc8270dde743c6b4bf068549854acd16ef6.zip rockbox-3038abc8270dde743c6b4bf068549854acd16ef6.tar.gz rockbox-3038abc8270dde743c6b4bf068549854acd16ef6.tar.bz2 rockbox-3038abc8270dde743c6b4bf068549854acd16ef6.tar.xz | |
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')
| -rw-r--r-- | apps/codecs/liba52/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/codecs/liba52/config.h b/apps/codecs/liba52/config.h index dc85159..6095368 100644 --- a/apps/codecs/liba52/config.h +++ b/apps/codecs/liba52/config.h @@ -18,4 +18,6 @@ /* Used in bitstream.h */ +#ifndef SIMULATOR #define WORDS_BIGENDIAN 1 +#endif |