From 32d9edfa4e84d34e70e5207a30e9e0c32403cf66 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 9 Nov 2014 13:03:52 +0100 Subject: [PATCH] projects/*/options: rename $BDPLUS_SUPPORT to $BLURAY_BDPLUS_SUPPORT Signed-off-by: Stephan Raue --- packages/multimedia/libbluray/package.mk | 2 +- projects/Generic/options | 2 +- projects/RPi/options | 2 +- projects/imx6/options | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/multimedia/libbluray/package.mk b/packages/multimedia/libbluray/package.mk index 68b208c0c1..5d399fd611 100644 --- a/packages/multimedia/libbluray/package.mk +++ b/packages/multimedia/libbluray/package.mk @@ -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 diff --git a/projects/Generic/options b/projects/Generic/options index 60c980eaa6..3b97a9dedc 100644 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -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) diff --git a/projects/RPi/options b/projects/RPi/options index 7ca8f3c6d3..dd2719e19f 100644 --- a/projects/RPi/options +++ b/projects/RPi/options @@ -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) diff --git a/projects/imx6/options b/projects/imx6/options index 36e652dd7b..49f4b90dd9 100644 --- a/projects/imx6/options +++ b/projects/imx6/options @@ -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)