Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

LibConfig.h

Go to the documentation of this file.
00001 #ifndef Impala_Basis_LibConfig_h
00002 #define Impala_Basis_LibConfig_h
00003 
00004 // Configuration of use of external libraries based on "LIB"_USED directives.
00005 // Default configuration is based on defines unix and WIN32.
00006 // User may override defaults using NO_"LIB" in projects/Makefiles.
00007 
00009 // platform independent configuration
00010 #ifndef NO_JPG
00011 #define JPG_USED
00012 #endif
00013 
00014 #ifndef NO_PNG
00015 #define PNG_USED
00016 #endif
00017 
00018 #ifndef NO_AVC
00019 #define AVC_USED
00020 #endif
00021 
00022 #ifndef NO_LOG4CPP
00023 #define LOG4CPP_USED
00024 #ifdef AVC_USED
00025 #define LOG4CPP_HAVE_INT64_T
00026 #endif
00027 #endif
00028 
00029 #ifdef MPI_USED
00030 #define MPICH_IGNORE_CXX_SEEK
00031 #endif
00032 
00034 // windows configuration
00035 #ifdef WIN32
00036 
00037 #ifndef NO_DX
00038 #define DX_USED 1
00039 #endif
00040 
00041 #ifndef PSAPI_USED
00042 #define NO_PSAPI 1
00043 #endif
00044 
00045 #endif // WIN32 
00046 
00048 // unix configuration
00049 #ifdef unix
00050 
00051 #undef DX_USED
00052 
00053 #endif // unix
00054 
00055 #endif // Impala_Basis_LibConfig_h

Generated on Fri Mar 19 09:30:42 2010 for ImpalaSrc by  doxygen 1.5.1