summaryrefslogtreecommitdiff
path: root/apps/codecs/libwma/ffmpeg_config.h
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2007-07-12 22:12:25 +0000
committerJens Arnold <amiconn@rockbox.org>2007-07-12 22:12:25 +0000
commit42bd5b46f09556e04994981e83d8da397912a303 (patch)
tree7f8d3bd685ff7719d257874459eac131724cd372 /apps/codecs/libwma/ffmpeg_config.h
parentd7dd23939a9b9130ca26f94f122efd08e10bcc33 (diff)
downloadrockbox-42bd5b46f09556e04994981e83d8da397912a303.tar.gz
rockbox-42bd5b46f09556e04994981e83d8da397912a303.zip
WMA codec: Coldfire is capable of unaligned memory accesses, so lets make use of it. ~1.5% speedup.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13865 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libwma/ffmpeg_config.h')
-rw-r--r--apps/codecs/libwma/ffmpeg_config.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/apps/codecs/libwma/ffmpeg_config.h b/apps/codecs/libwma/ffmpeg_config.h
index 40815cb54b..12b0666e42 100644
--- a/apps/codecs/libwma/ffmpeg_config.h
+++ b/apps/codecs/libwma/ffmpeg_config.h
@@ -1,7 +1,14 @@
1/* Automatically generated by configure - do not modify */ 1/* Automatically generated by configure - do not modify */
2#ifndef _CONFIG_H 2#ifndef _FFMPEG_CONFIG_H
3#define _CONFIG_H 3#define _FFMPEG_CONFIG_H
4#include "codecs.h"
4 5
6#ifdef CPU_ARM
5#define CONFIG_ALIGN 1 7#define CONFIG_ALIGN 1
8#endif
9
10#ifdef ROCKBOX_BIG_ENDIAN
11#define WORDS_BIGENDIAN
12#endif
6 13
7#endif 14#endif