projects/*/options: rename $BDPLUS_SUPPORT to $BLURAY_BDPLUS_SUPPORT

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-11-09 13:03:52 +01:00
parent 142ff48a6e
commit b79b0292ff
4 changed files with 4 additions and 4 deletions

View File

@ -36,7 +36,7 @@ if [ "$BLURAY_AACS_SUPPORT" = "yes" ]; then
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET libaacs"
fi
if [ "$BDPLUS_SUPPORT" = "yes" ]; then
if [ "$BLURAY_BDPLUS_SUPPORT" = "yes" ]; then
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET libbdplus"
fi

View File

@ -164,7 +164,7 @@
# build and install with BD+ support
# (BD+ decryption support in KODI) (yes / no)
BDPLUS_SUPPORT="yes"
BLURAY_BDPLUS_SUPPORT="yes"
# build and install with AACS support
# (BD decryption support in KODI) (yes / no)

View File

@ -165,7 +165,7 @@
# build and install with BD+ support
# (BD+ decryption support in KODI) (yes / no)
BDPLUS_SUPPORT="yes"
BLURAY_BDPLUS_SUPPORT="yes"
# build and install with AACS support
# (BD decryption support in KODI) (yes / no)

View File

@ -166,7 +166,7 @@
# build and install with BD+ support
# (BD+ decryption support in KODI) (yes / no)
BDPLUS_SUPPORT="yes"
BLURAY_BDPLUS_SUPPORT="yes"
# build and install with AACS support
# (BD decryption support in KODI) (yes / no)