- 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:
svenhoefer
2021-10-16 22:08:35 +02:00
committed by Thilo Graf
parent f58fc736fe
commit 76735f088b
16 changed files with 67 additions and 65 deletions

View File

@@ -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()))