mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-11 23:50:58 +02:00
fix compil without PIP
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1ff55f90e0
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2021-10-16 (Sat, 16 Oct 2021)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1569,9 +1569,11 @@ void CNeutrinoApp::upgradeSetup(const char * fname)
|
|||||||
g_settings.key_switchformat = CRCInput::RC_nokey;
|
g_settings.key_switchformat = CRCInput::RC_nokey;
|
||||||
g_settings.key_next43mode = CRCInput::RC_nokey;
|
g_settings.key_next43mode = CRCInput::RC_nokey;
|
||||||
|
|
||||||
|
#if ENABLE_PIP
|
||||||
g_settings.key_pip_close = CRCInput::RC_prev;
|
g_settings.key_pip_close = CRCInput::RC_prev;
|
||||||
g_settings.key_pip_setup = CRCInput::RC_nokey;
|
g_settings.key_pip_setup = CRCInput::RC_nokey;
|
||||||
g_settings.key_pip_swap = CRCInput::RC_next;
|
g_settings.key_pip_swap = CRCInput::RC_next;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
if (g_settings.version_pseudo < "20210331000000")
|
if (g_settings.version_pseudo < "20210331000000")
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user