mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +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
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user