ffmpeg_config.h 404 B

1234567891011121314151617181920212223
  1. /* Automatically generated by configure - do not modify */
  2. #ifndef _FFMPEG_CONFIG_H
  3. #define _FFMPEG_CONFIG_H
  4. // #include "codecs.h"
  5. #ifdef CPU_ARM
  6. #define CONFIG_ALIGN 1
  7. #endif
  8. #ifdef ROCKBOX_BIG_ENDIAN
  9. #define WORDS_BIGENDIAN
  10. #endif
  11. #include <rtthread.h>
  12. #include <stdlib.h>
  13. #include <stdint.h>
  14. #define inline __inline
  15. typedef unsigned long long uint64_t;
  16. #define DEBUGF(fmt, ...)
  17. #endif