mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
channellist: fix linking without --enable-pip
This commit is contained in:
@@ -1080,10 +1080,12 @@ bool CChannelList::checkLockStatus(neutrino_msg_data_t data, bool pip)
|
|||||||
out:
|
out:
|
||||||
if (startvideo) {
|
if (startvideo) {
|
||||||
if(pip) {
|
if(pip) {
|
||||||
|
#ifdef ENABLE_PIP
|
||||||
if (CNeutrinoApp::getInstance()->StartPip((*chanlist)[selected]->getChannelID())) {
|
if (CNeutrinoApp::getInstance()->StartPip((*chanlist)[selected]->getChannelID())) {
|
||||||
calcSize();
|
calcSize();
|
||||||
paintBody();
|
paintBody();
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
} else
|
} else
|
||||||
g_RemoteControl->startvideo();
|
g_RemoteControl->startvideo();
|
||||||
return true;
|
return true;
|
||||||
|
Reference in New Issue
Block a user