libcec: add tda995x support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-01-01 04:00:48 +01:00
parent 68835afa47
commit 29d55ec285

View File

@ -32,6 +32,13 @@ else
LIBCEC_RPI="--disable-rpi" LIBCEC_RPI="--disable-rpi"
fi 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 # dont use some optimizations because of build problems
LDFLAGS=`echo $LDFLAGS | sed -e "s|-Wl,--as-needed||"` LDFLAGS=`echo $LDFLAGS | sed -e "s|-Wl,--as-needed||"`
@ -42,7 +49,8 @@ cd $PKG_BUILD
--sysconfdir=/etc \ --sysconfdir=/etc \
--disable-static \ --disable-static \
--enable-shared \ --enable-shared \
$LIBCEC_RPI $LIBCEC_RPI \
$LIBCEC_TDA995X
make make