neutrino.cpp: customization to libstb-hal align init/exit function names

Origin commit data
------------------
Branch: ni/coolstream
Commit: bb153159fc
Author: max_10 <max_10@gmx.de>
Date: 2018-12-26 (Wed, 26 Dec 2018)

Origin message was:
------------------
- neutrino.cpp: customization to libstb-hal align init/exit function names

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
max_10
2018-12-26 17:21:45 +01:00
committed by vanhofen
parent 5089ab327a
commit 3526e91564

View File

@@ -237,10 +237,9 @@ CNeutrinoApp::CNeutrinoApp()
: configfile('\t')
{
standby_pressed_at.tv_sec = 0;
#if HAVE_TRIPLEDRAGON || USE_STB_HAL
#if USE_STB_HAL
/* this needs to happen before the framebuffer is set up */
init_td_api();
// shutdown_td_api();
hal_api_init();
#endif
osd_resolution_tmp = -1;
frameBufferInitialized = false;