From 42bd5b46f09556e04994981e83d8da397912a303 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Thu, 12 Jul 2007 22:12:25 +0000 Subject: 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 --- apps/codecs/libwma/ffmpeg_config.h | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'apps/codecs/libwma/ffmpeg_config.h') 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 @@ /* Automatically generated by configure - do not modify */ -#ifndef _CONFIG_H -#define _CONFIG_H +#ifndef _FFMPEG_CONFIG_H +#define _FFMPEG_CONFIG_H +#include "codecs.h" +#ifdef CPU_ARM #define CONFIG_ALIGN 1 +#endif + +#ifdef ROCKBOX_BIG_ENDIAN +#define WORDS_BIGENDIAN +#endif #endif -- cgit v1.2.3