00001 #ifndef CVD_CONFIG_H 00002 #define CVD_CONFIG_H 00003 #define CVD_ARCH_LITTLE_ENDIAN 1 00004 #ifndef CVD_DISABLE_ASSEMBLER 00005 #define CVD_HAVE_ASSEMBLER 1 00006 #endif 00007 #ifndef CVD_DISABLE_CPU_x86_64 00008 #define CVD_HAVE_CPU_x86_64 1 00009 #endif 00010 #ifndef CVD_DISABLE_FENV_H 00011 #define CVD_HAVE_FENV_H 1 00012 #endif 00013 #ifndef CVD_DISABLE_GLOB 00014 #define CVD_HAVE_GLOB 1 00015 #endif 00016 #ifndef CVD_DISABLE_INLINE_ASM 00017 #define CVD_HAVE_INLINE_ASM 1 00018 #endif 00019 #ifndef CVD_DISABLE_JPEG 00020 #define CVD_HAVE_JPEG 1 00021 #endif 00022 #ifndef CVD_DISABLE_MEMALIGN 00023 #define CVD_HAVE_MEMALIGN 1 00024 #endif 00025 #ifndef CVD_DISABLE_MMX 00026 #define CVD_HAVE_MMX 1 00027 #endif 00028 #ifndef CVD_DISABLE_MMXEXT 00029 #define CVD_HAVE_MMXEXT 1 00030 #endif 00031 #ifndef CVD_DISABLE_PNG 00032 #define CVD_HAVE_PNG 1 00033 #endif 00034 #ifndef CVD_DISABLE_POSIX_RT 00035 #define CVD_HAVE_POSIX_RT 1 00036 #endif 00037 #ifndef CVD_DISABLE_PTHREAD 00038 #define CVD_HAVE_PTHREAD 1 00039 #endif 00040 #ifndef CVD_DISABLE_PTHREAD_YIELD 00041 #define CVD_HAVE_PTHREAD_YIELD 1 00042 #endif 00043 #ifndef CVD_DISABLE_SSE 00044 #define CVD_HAVE_SSE 1 00045 #endif 00046 #ifndef CVD_DISABLE_SSE2 00047 #define CVD_HAVE_SSE2 1 00048 #endif 00049 #ifndef CVD_DISABLE_SSE3 00050 #define CVD_HAVE_SSE3 1 00051 #endif 00052 #ifndef CVD_DISABLE_TOON 00053 #define CVD_HAVE_TOON 1 00054 #endif 00055 #ifndef CVD_DISABLE_TR1_SHARED_PTR 00056 #define CVD_HAVE_TR1_SHARED_PTR 1 00057 #endif 00058 #ifndef CVD_DISABLE_V4L1BUFFER 00059 #define CVD_HAVE_V4L1BUFFER 1 00060 #endif 00061 #ifndef CVD_DISABLE_V4L2BUFFER 00062 #define CVD_HAVE_V4L2BUFFER 1 00063 #endif 00064 #ifndef CVD_DISABLE_V4LBUFFER 00065 #define CVD_HAVE_V4LBUFFER 1 00066 #endif 00067 #ifndef CVD_DISABLE_VIDEODISPLAY 00068 #define CVD_HAVE_VIDEODISPLAY 1 00069 #endif 00070 #ifndef CVD_DISABLE_HALFSAMPLE_SSE16 00071 #define CVD_INTERNAL_HAVE_HALFSAMPLE_SSE16 1 00072 #endif 00073 #ifndef CVD_DISABLE_YV402P_MMX 00074 #define CVD_INTERNAL_HAVE_YV402P_MMX 1 00075 #endif 00076 #define CVD_INTERNAL_JPEG_BUFFER_SIZE 1 00077 #define CVD_KERNEL_MAJOR 2 00078 #define CVD_KERNEL_MINOR 6 00079 #define CVD_KERNEL_RELEASE 36 00080 #define CVD_MAJOR_VERSION 0 00081 #define CVD_MINOR_VERSION 8 00082 #endif