channellist: fix linking without --enable-pip

This commit is contained in:
Stefan Seyfried
2016-10-23 17:45:58 +02:00
parent b46420506f
commit 830b5c2aa7

View File

@@ -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;