mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41:12 +02:00
configure: depending --enable-quadpip on --enable-pip
* unify ENABLE_PIP defines
* simplify ENABLE_QUADPIP defines
Origin commit data
------------------
Branch: ni/coolstream
Commit: 866ababb79
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-10-16 (Sat, 16 Oct 2021)
Origin message was:
------------------
- configure: depending --enable-quadpip on --enable-pip
* unify ENABLE_PIP defines
* simplify ENABLE_QUADPIP defines
------------------
This commit was generated by Migit
This commit is contained in:
@@ -361,7 +361,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