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:
Stefan Seyfried
2013-10-05 22:02:13 +02:00
parent a99d5454e8
commit 5f500b2144
33 changed files with 1823 additions and 2 deletions

View File

@@ -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 += \