add skeleton for Raspberry Pi support

no audio / video decoding, yet :-(
This commit is contained in:
Stefan Seyfried
2013-10-05 22:02:13 +02:00
parent 3ed147cab7
commit 92edef3e48
33 changed files with 1823 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ if test x"$BOXTYPE" = x"tripledragon"; then
TUXBOX_APPS_LIB_PKGCONFIG(DIRECTFB, directfb)
fi
if test x$BOXTYPE = xgeneric; then
if test x$BOXTYPE = xgeneric -a x$BOXMODEL != xraspi; then
PKG_CHECK_MODULES([AVFORMAT], [libavformat >= 53.21.1])
PKG_CHECK_MODULES([AVCODEC], [libavcodec >= 54.28.0])
# don't know which version is exactly needed here...
@@ -39,6 +39,7 @@ azbox/Makefile
generic-pc/Makefile
libtriple/Makefile
libspark/Makefile
raspi/Makefile
tools/Makefile
])