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,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
|
||||
])
|
||||
|
||||
|
Reference in New Issue
Block a user