From 4a98c127e20910c3944d905bdfac3da8b266d063 Mon Sep 17 00:00:00 2001 From: TangoCash Date: Sat, 3 Oct 2020 13:26:39 +0200 Subject: [PATCH] supplemental to last commit --- 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"