1#if defined(CONF_VIDEORECORDER)
2
3#include "video.h"
4
5IVideo *IVideo::ms_pCurrentVideo = nullptr;
6
7#endif
8