diff --git a/src/gui/channellist.cpp b/src/gui/channellist.cpp index 5bb4f06ef..c6c9bafa3 100644 --- a/src/gui/channellist.cpp +++ b/src/gui/channellist.cpp @@ -1080,10 +1080,12 @@ bool CChannelList::checkLockStatus(neutrino_msg_data_t data, bool pip) out: if (startvideo) { if(pip) { +#ifdef ENABLE_PIP if (CNeutrinoApp::getInstance()->StartPip((*chanlist)[selected]->getChannelID())) { calcSize(); paintBody(); } +#endif } else g_RemoteControl->startvideo(); return true;