mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
[xbmc-rebrand] mediacenter: rename all variables '$XBMC*' to '$KODI*'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
9a7856efe7
commit
e7ab6a53fe
@ -44,7 +44,7 @@ if [ "$MEDIACENTER" = "xbmc" ]; then
|
|||||||
|
|
||||||
# XBMC audio encoder addons
|
# XBMC audio encoder addons
|
||||||
if [ "$OPTICAL_DRIVE_SUPPORT" = "yes" ]; then
|
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"
|
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET xbmc-audioencoder-$audioencoder"
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user