blob: 707e14df529036a30f13ce1ed7b8abefe2bdb6e7 (
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
// CHECK THIS : #include "codecs.h"
#ifdef CPU_ARM
#define CONFIG_ALIGN 1
#endif
#ifdef ROCKBOX_BIG_ENDIAN
#define WORDS_BIGENDIAN
#endif
#endif
|