mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
add skeleton for Raspberry Pi support
no audio / video decoding, yet :-(
Origin commit data
------------------
Branch: master
Commit: 92edef3e48
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-10-05 (Sat, 05 Oct 2013)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -23,10 +23,16 @@ libstb_hal_la_LIBADD += \
|
||||
azbox/libazbox.la
|
||||
endif
|
||||
if BOXTYPE_GENERIC
|
||||
if BOXMODEL_RASPI
|
||||
SUBDIRS += raspi
|
||||
libstb_hal_la_LIBADD += \
|
||||
raspi/libraspi.la
|
||||
else
|
||||
SUBDIRS += generic-pc
|
||||
libstb_hal_la_LIBADD += \
|
||||
generic-pc/libgeneric.la
|
||||
endif
|
||||
endif
|
||||
if BOXTYPE_SPARK
|
||||
SUBDIRS += libspark libeplayer3
|
||||
libstb_hal_la_LIBADD += \
|
||||
|
Reference in New Issue
Block a user