mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
projects/*/options: add option to select AACS support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
c8e0a26065
commit
96887a1f92
@ -32,7 +32,7 @@ PKG_LONGDESC="libbluray is an open-source library designed for Blu-Ray Discs pla
|
|||||||
PKG_IS_ADDON="no"
|
PKG_IS_ADDON="no"
|
||||||
PKG_AUTORECONF="yes"
|
PKG_AUTORECONF="yes"
|
||||||
|
|
||||||
if [ "$NONFREE_SUPPORT" = "yes" ]; then
|
if [ "$AACS_SUPPORT" = "yes" ]; then
|
||||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET libaacs"
|
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET libaacs"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -159,16 +159,19 @@
|
|||||||
# (RAR compression support in XBMC) (yes / no)
|
# (RAR compression support in XBMC) (yes / no)
|
||||||
NONFREE_SUPPORT="yes"
|
NONFREE_SUPPORT="yes"
|
||||||
|
|
||||||
|
# build and install with BluRay support (yes / no)
|
||||||
|
BLURAY_SUPPORT="yes"
|
||||||
|
|
||||||
|
# build and install with AACS support
|
||||||
|
# (BD decryption support in XBMC) (yes / no)
|
||||||
|
AACS_SUPPORT="yes"
|
||||||
|
|
||||||
# build and install with DVDCSS support
|
# build and install with DVDCSS support
|
||||||
# (DVD decryption support in XBMC) (yes / no)
|
# (DVD decryption support in XBMC) (yes / no)
|
||||||
DVDCSS_SUPPORT="yes"
|
DVDCSS_SUPPORT="yes"
|
||||||
|
|
||||||
# build and install with LAME cdrip encoder support
|
# build and install with LAME cdrip encoder support
|
||||||
ENCODER_LAME="yes"
|
ENCODER_LAME="yes"
|
||||||
|
|
||||||
# build and install with BluRay support (yes / no)
|
|
||||||
BLURAY_SUPPORT="yes"
|
|
||||||
|
|
||||||
# additional drivers to install:
|
# additional drivers to install:
|
||||||
# for a list of additinoal drivers see packages/linux-drivers
|
# for a list of additinoal drivers see packages/linux-drivers
|
||||||
# Space separated list is supported,
|
# Space separated list is supported,
|
||||||
|
@ -159,6 +159,13 @@
|
|||||||
# (RAR compression support in XBMC) (yes / no)
|
# (RAR compression support in XBMC) (yes / no)
|
||||||
NONFREE_SUPPORT="yes"
|
NONFREE_SUPPORT="yes"
|
||||||
|
|
||||||
|
# build and install with BluRay support (yes / no)
|
||||||
|
BLURAY_SUPPORT="yes"
|
||||||
|
|
||||||
|
# build and install with AACS support
|
||||||
|
# (BD decryption support in XBMC) (yes / no)
|
||||||
|
AACS_SUPPORT="yes"
|
||||||
|
|
||||||
# build and install with DVDCSS support
|
# build and install with DVDCSS support
|
||||||
# (DVD decryption support in XBMC) (yes / no)
|
# (DVD decryption support in XBMC) (yes / no)
|
||||||
DVDCSS_SUPPORT="yes"
|
DVDCSS_SUPPORT="yes"
|
||||||
@ -166,9 +173,6 @@
|
|||||||
# build and install with LAME cdrip encoder support
|
# build and install with LAME cdrip encoder support
|
||||||
ENCODER_LAME="yes"
|
ENCODER_LAME="yes"
|
||||||
|
|
||||||
# build and install with BluRay support (yes / no)
|
|
||||||
BLURAY_SUPPORT="yes"
|
|
||||||
|
|
||||||
# additional drivers to install:
|
# additional drivers to install:
|
||||||
# for a list of additinoal drivers see packages/linux-drivers
|
# for a list of additinoal drivers see packages/linux-drivers
|
||||||
# Space separated list is supported,
|
# Space separated list is supported,
|
||||||
|
@ -160,6 +160,13 @@
|
|||||||
# (RAR compression support in XBMC) (yes / no)
|
# (RAR compression support in XBMC) (yes / no)
|
||||||
NONFREE_SUPPORT="yes"
|
NONFREE_SUPPORT="yes"
|
||||||
|
|
||||||
|
# build and install with BluRay support (yes / no)
|
||||||
|
BLURAY_SUPPORT="yes"
|
||||||
|
|
||||||
|
# build and install with AACS support
|
||||||
|
# (BD decryption support in XBMC) (yes / no)
|
||||||
|
AACS_SUPPORT="yes"
|
||||||
|
|
||||||
# build and install with DVDCSS support
|
# build and install with DVDCSS support
|
||||||
# (DVD decryption support in XBMC) (yes / no)
|
# (DVD decryption support in XBMC) (yes / no)
|
||||||
DVDCSS_SUPPORT="yes"
|
DVDCSS_SUPPORT="yes"
|
||||||
@ -167,9 +174,6 @@
|
|||||||
# build and install with LAME cdrip encoder support
|
# build and install with LAME cdrip encoder support
|
||||||
ENCODER_LAME="yes"
|
ENCODER_LAME="yes"
|
||||||
|
|
||||||
# build and install with BluRay support (yes / no)
|
|
||||||
BLURAY_SUPPORT="yes"
|
|
||||||
|
|
||||||
# additional drivers to install:
|
# additional drivers to install:
|
||||||
# for a list of additinoal drivers see packages/linux-drivers
|
# for a list of additinoal drivers see packages/linux-drivers
|
||||||
# Space separated list is supported,
|
# Space separated list is supported,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user