mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +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:
@@ -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)) {
|
||||
|
Reference in New Issue
Block a user