mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
src/driver/pictureviewer/pictureviewer.cpp: fix fix compil without LCD4LINUX
v_path.push_back(g_settings.logo_hdd_dir) does not relate to LCD4Linux Signed-off-by: GetAway <get-away@t-online.de>
This commit is contained in:
@@ -563,8 +563,8 @@ bool CPictureViewer::GetLogoName(const uint64_t &ChannelID, const std::string &C
|
|||||||
#ifdef ENABLE_LCD4LINUX
|
#ifdef ENABLE_LCD4LINUX
|
||||||
if (lcd4l_mode)
|
if (lcd4l_mode)
|
||||||
v_path.push_back(g_settings.lcd4l_logodir);
|
v_path.push_back(g_settings.lcd4l_logodir);
|
||||||
v_path.push_back(g_settings.logo_hdd_dir);
|
|
||||||
#endif
|
#endif
|
||||||
|
v_path.push_back(g_settings.logo_hdd_dir);
|
||||||
if (g_settings.logo_hdd_dir != LOGODIR_VAR)
|
if (g_settings.logo_hdd_dir != LOGODIR_VAR)
|
||||||
v_path.push_back(LOGODIR_VAR);
|
v_path.push_back(LOGODIR_VAR);
|
||||||
if (g_settings.logo_hdd_dir != LOGODIR)
|
if (g_settings.logo_hdd_dir != LOGODIR)
|
||||||
|
Reference in New Issue
Block a user