#ifndef GRABBERCONFIG_H #define GRABBERCONFIG_H #if defined(ENABLE_MF) #include #elif defined(ENABLE_V4L2) #include #endif #if defined(ENABLE_AUDIO) #include #ifdef WIN32 #include #endif #ifdef __linux__ #include #endif #endif #ifdef ENABLE_QT #include #endif #ifdef ENABLE_DX #include #endif #if defined(ENABLE_X11) #include #endif #if defined(ENABLE_XCB) #include #endif #if defined(ENABLE_DX) #include #endif #if defined(ENABLE_FB) #include #endif #if defined(ENABLE_DISPMANX) #include #endif #if defined(ENABLE_AMLOGIC) #include #endif #if defined(ENABLE_OSX) #include #endif #endif // GRABBERCONFIG_H