xbmc: add support for 'imxvpu' codec

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-01-17 03:07:40 +01:00
parent 1afbcd3f8c
commit 2fb0bbce6a

View File

@ -302,6 +302,8 @@ if [ ! "$XBMCPLAYER_DRIVER" = default ]; then
-I$SYSROOT_PREFIX/usr/include/interface/vmcs_host/linux"
XBMC_CFLAGS="$XBMC_CFLAGS $BCM2835_INCLUDES"
XBMC_CXXFLAGS="$XBMC_CXXFLAGS $BCM2835_INCLUDES"
elif [ "$XBMCPLAYER_DRIVER" = libfslvpuwrap ]; then
XBMC_CODEC="--enable-codec=imxvpu"
else
XBMC_OPENMAX="--disable-openmax"
fi