⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 config.h

📁 mpeg4 video codec mpeg4 video codec
💻 H
字号:
#if defined(__GNUC__) || defined(__INTEL_COMPILER) #ifndef __INTEL_COMPILER  #define ARCH_X86 1 #endif #define HAVE_MMX 1 #define HAVE_BUILTIN_VECTOR 1 #define __CPU__ 586#endif#ifndef DECODERS_ONLY #define CONFIG_ENCODERS 1#endif#define CONFIG_DECODERS 1#define HAVE_MALLOC_H 1#define HAVE_LRINTF 1#undef  HAVE_MEMALIGN#define SIMPLE_IDCT 1#define CONFIG_ZLIB 1#define HAVE_W32THREADS 1#define HAVE_THREADS 1#ifdef __GNUC__ #include <stdint.h>#else #ifndef __attribute__  #define __attribute__(x) /**/ #endif #define lrintf(x) (int)(x) #define EMULATE_FAST_INT#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -