[xbmc-rebrand] mediacenter: rename all variables '$XBMC*' to '$KODI*'

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-10-18 22:49:05 +02:00
parent 9a7856efe7
commit e7ab6a53fe

View File

@ -44,7 +44,7 @@ if [ "$MEDIACENTER" = "xbmc" ]; then
# XBMC audio encoder addons
if [ "$OPTICAL_DRIVE_SUPPORT" = "yes" ]; then
for audioencoder in $XBMC_AUDIOENCODER_ADDONS; do
for audioencoder in $KODI_AUDIOENCODER_ADDONS; do
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET xbmc-audioencoder-$audioencoder"
done
fi