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:
vanhofen
2021-10-16 22:08:35 +02:00
parent e8b137a5b4
commit 4de9f5c45c
17 changed files with 68 additions and 65 deletions

View File

@@ -1184,7 +1184,7 @@ void CInfoViewer::loop(bool show_dot)
setInfobarTimeout();
continue;
} else
#ifdef ENABLE_PIP
#if ENABLE_PIP
if ((msg == (neutrino_msg_t) g_settings.key_pip_close) ||
(msg == (neutrino_msg_t) g_settings.key_pip_setup) ||
(msg == (neutrino_msg_t) g_settings.key_pip_swap)) {