mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
- configure: depending --enable-quadpip on --enable-pip
* unify ENABLE_PIP defines * simplify ENABLE_QUADPIP defines Conflicts: src/gui/infoviewer.cpp src/gui/videosettings.cpp Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -358,7 +358,7 @@ CFrontend * CStreamManager::FindFrontend(CZapitChannel * channel)
|
||||
ret = zapit.zapTo_serviceID(chid) > 0;
|
||||
|
||||
if (ret) {
|
||||
#ifdef ENABLE_PIP
|
||||
#if ENABLE_PIP
|
||||
/* FIXME until proper demux management */
|
||||
t_channel_id pip_channel_id = CZapit::getInstance()->GetPipChannelID();
|
||||
if ((pip_channel_id == chid) && (channel->getRecordDemux() == channel->getPipDemux()))
|
||||
|
Reference in New Issue
Block a user