diff options
Diffstat (limited to 'apps/codecs/libwma/ffmpeg_config.h')
| -rw-r--r-- | apps/codecs/libwma/ffmpeg_config.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/apps/codecs/libwma/ffmpeg_config.h b/apps/codecs/libwma/ffmpeg_config.h new file mode 100644 index 0000000..12b0666 --- /dev/null +++ b/apps/codecs/libwma/ffmpeg_config.h @@ -0,0 +1,14 @@ +/* Automatically generated by configure - do not modify */ +#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 |