projects/*/options: rename $AACS_SUPPORT to $BLURAY_AACS_SUPPORT

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-11-09 13:03:12 +01:00
parent f98750943c
commit f7e1f6702d
5 changed files with 5 additions and 5 deletions

View File

@ -37,7 +37,7 @@ PKG_CONFIGURE_OPTS_TARGET="--disable-werror \
--disable-optimizations \
--with-gnu-ld"
if [ "$AACS_SUPPORT" = "yes" ]; then
if [ "$BLURAY_AACS_SUPPORT" = "yes" ]; then
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET libaacs"
PKG_CONFIGURE_OPTS_TARGET="$PKG_CONFIGURE_OPTS_TARGET --with-libaacs"
else

View File

@ -32,7 +32,7 @@ PKG_LONGDESC="libbluray is an open-source library designed for Blu-Ray Discs pla
PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"
if [ "$AACS_SUPPORT" = "yes" ]; then
if [ "$BLURAY_AACS_SUPPORT" = "yes" ]; then
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET libaacs"
fi

View File

@ -168,7 +168,7 @@
# build and install with AACS support
# (BD decryption support in KODI) (yes / no)
AACS_SUPPORT="yes"
BLURAY_AACS_SUPPORT="yes"
# build and install with DVDCSS support
# (DVD decryption support in KODI) (yes / no)

View File

@ -169,7 +169,7 @@
# build and install with AACS support
# (BD decryption support in KODI) (yes / no)
AACS_SUPPORT="yes"
BLURAY_AACS_SUPPORT="yes"
# build and install with DVDCSS support
# (DVD decryption support in KODI) (yes / no)

View File

@ -170,7 +170,7 @@
# build and install with AACS support
# (BD decryption support in KODI) (yes / no)
AACS_SUPPORT="yes"
BLURAY_AACS_SUPPORT="yes"
# build and install with DVDCSS support
# (DVD decryption support in KODI) (yes / no)