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

@@ -947,7 +947,7 @@ struct SNeutrinoSettings
};
// pip
#ifdef ENABLE_PIP
#if ENABLE_PIP
int pip_width;
int pip_height;
int pip_x;
@@ -958,7 +958,7 @@ struct SNeutrinoSettings
int pip_radio_y;
#endif
#if ENABLE_PIP && ENABLE_QUADPIP
#if ENABLE_QUADPIP
std::string quadpip_channel_window[4];
t_channel_id quadpip_channel_id_window[4];
#endif