blob: 12b0666e42d4ec872745e239f99bc77f302ba14e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
|