From cfafc0d6fa87490e2868a02937dd63c0233845f0 Mon Sep 17 00:00:00 2001 From: TangoCash Date: Sat, 3 Oct 2020 13:26:39 +0200 Subject: [PATCH] supplemental to last commit Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/9a50176d8052fea0964a5c4faae3cb4749c7e565 Author: TangoCash Date: 2020-10-03 (Sat, 03 Oct 2020) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- include/cs_api.h | 2 +- include/playback_hal.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/cs_api.h b/include/cs_api.h index 38134f6..6986e50 100644 --- a/include/cs_api.h +++ b/include/cs_api.h @@ -26,7 +26,7 @@ inline void cs_api_exit() #if HAVE_DUCKBOX_HARDWARE \ || HAVE_MIPS_HARDWARE \ || (HAVE_ARM_HARDWARE \ - && !BOXMODEL_HD60 \ + && !BOXMODEL_HISILICON \ && !BOXMODEL_OSMIO4K \ && !BOXMODEL_OSMIO4KPLUS \ ) diff --git a/include/playback_hal.h b/include/playback_hal.h index 9e98392..a16c2d9 100644 --- a/include/playback_hal.h +++ b/include/playback_hal.h @@ -9,7 +9,7 @@ #if ENABLE_GSTREAMER_10 #include "../libarmbox/playback_gst.h" #else -#if BOXMODEL_HD60 +#if BOXMODEL_HISILICON #include "../libarmbox/playback_hisilicon.h" #else #include "../libarmbox/playback_libeplayer3.h"