summaryrefslogtreecommitdiff
path: root/apps/codecs/libwma/ffmpeg_config.h
diff options
context:
space:
mode:
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