add experimental hisilicon player for hd60

This commit is contained in:
TangoCash
2019-01-31 19:41:39 +01:00
committed by Thilo Graf
parent 37c27cf695
commit 519afb1035
9 changed files with 1776 additions and 2 deletions

View File

@@ -49,6 +49,11 @@ libstb_hal_la_LIBADD += \
libdvbci/libdvbci.la
endif
if BOXTYPE_ARMBOX
if BOXMODEL_HD60
SUBDIRS += libarmbox
libstb_hal_la_LIBADD += \
libarmbox/libarmbox.la
else
#libstb_hal_test_LDADD += -lasound
SUBDIRS += libarmbox libdvbci
libstb_hal_la_LIBADD += \
@@ -64,6 +69,8 @@ endif
endif
endif
pkginclude_HEADERS = \
include/audio_hal.h \
include/ca.h \