1234567891011121314151617181920212223 |
- /* 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
- #include <rtthread.h>
- #include <stdlib.h>
- #include <stdint.h>
- #define inline __inline
- typedef unsigned long long uint64_t;
- #define DEBUGF(fmt, ...)
- #endif
|