mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
libcec: add tda995x support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
68835afa47
commit
29d55ec285
@ -32,6 +32,13 @@ else
|
||||
LIBCEC_RPI="--disable-rpi"
|
||||
fi
|
||||
|
||||
if [ "$OPENGLES" = "marvell-libgfx" ]; then
|
||||
LIBCEC_TDA995X="--enable-cubox --with-tda995x-toolkit-path=$(kernel_path)/drivers/video/dovefb/nxp_hdmi"
|
||||
else
|
||||
LIBCEC_TDA995X="--disable-cubox"
|
||||
fi
|
||||
|
||||
|
||||
# dont use some optimizations because of build problems
|
||||
LDFLAGS=`echo $LDFLAGS | sed -e "s|-Wl,--as-needed||"`
|
||||
|
||||
@ -42,7 +49,8 @@ cd $PKG_BUILD
|
||||
--sysconfdir=/etc \
|
||||
--disable-static \
|
||||
--enable-shared \
|
||||
$LIBCEC_RPI
|
||||
$LIBCEC_RPI \
|
||||
$LIBCEC_TDA995X
|
||||
|
||||
make
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user