mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
- imageinfo: fix defines
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if USE_STB_HAL
|
#if HAVE_LIBSTB_HAL
|
||||||
#include <version_hal.h>
|
#include <version_hal.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@@ -411,7 +411,7 @@ void CImageInfo::initGuiInfo()
|
|||||||
|
|
||||||
void CImageInfo::initHalInfo()
|
void CImageInfo::initHalInfo()
|
||||||
{
|
{
|
||||||
#if USE_STB_HAL
|
#if HAVE_LIBSTB_HAL
|
||||||
hal_libversion_t ver;
|
hal_libversion_t ver;
|
||||||
hal_get_lib_version(&ver);
|
hal_get_lib_version(&ver);
|
||||||
//libstb-hal version
|
//libstb-hal version
|
||||||
|
Reference in New Issue
Block a user