mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 02:11:04 +02:00
configure: depending --enable-quadpip on --enable-pip
* unify ENABLE_PIP defines
* simplify ENABLE_QUADPIP defines
Origin commit data
------------------
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 is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user