adding armbox

This commit is contained in:
TangoCash
2017-09-12 16:10:27 +02:00
parent 79c098ec3d
commit d8c3c47b86
37 changed files with 10212 additions and 2 deletions

View File

@@ -52,3 +52,9 @@ libstb_hal_la_LIBADD += \
libeplayer3/libeplayer3.la \
libdvbci/libdvbci.la
endif
if BOXTYPE_ARMBOX
libstb_hal_test_LDADD += -lasound
SUBDIRS += libarmbox
libstb_hal_la_LIBADD += \
libarmbox/libarmbox.la
endif