mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
xbmc:
- make building and installing of dvdcss support optional (default enabled, setup via /projects/*/options)
This commit is contained in:
parent
765fd53f97
commit
16e8671caa
@ -62,6 +62,12 @@ else
|
|||||||
XBMC_NONFREE="--disable-non-free"
|
XBMC_NONFREE="--disable-non-free"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$DVDCSS_SUPPORT" = yes ]; then
|
||||||
|
XBMC_DVDCSS="--enable-dvdcss"
|
||||||
|
else
|
||||||
|
XBMC_DVDCSS="--disable-dvdcss"
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "$AVAHI_DAEMON" = yes ]; then
|
if [ "$AVAHI_DAEMON" = yes ]; then
|
||||||
$SCRIPTS/build avahi
|
$SCRIPTS/build avahi
|
||||||
XBMC_AVAHI="--enable-avahi"
|
XBMC_AVAHI="--enable-avahi"
|
||||||
@ -136,7 +142,7 @@ $AUTORECONF xbmc/lib/libid3tag/libid3tag
|
|||||||
--disable-pulse \
|
--disable-pulse \
|
||||||
--enable-ffmpeg-libvorbis \
|
--enable-ffmpeg-libvorbis \
|
||||||
--enable-faac \
|
--enable-faac \
|
||||||
--enable-dvdcss \
|
$XBMC_DVDCSS \
|
||||||
--disable-mid \
|
--disable-mid \
|
||||||
$XBMC_AVAHI \
|
$XBMC_AVAHI \
|
||||||
--disable-hal \
|
--disable-hal \
|
||||||
|
@ -69,6 +69,10 @@
|
|||||||
# (RAR compression support in XBMC) (yes / no)
|
# (RAR compression support in XBMC) (yes / no)
|
||||||
NONFREE_SUPPORT="yes"
|
NONFREE_SUPPORT="yes"
|
||||||
|
|
||||||
|
# build and install with DVDCSS support
|
||||||
|
# (DVD decryption support in XBMC) (yes / no)
|
||||||
|
DVDCSS_SUPPORT="yes"
|
||||||
|
|
||||||
# build with network support (yes / no)
|
# build with network support (yes / no)
|
||||||
NETWORK="yes"
|
NETWORK="yes"
|
||||||
|
|
||||||
|
@ -69,6 +69,10 @@
|
|||||||
# (RAR compression support in XBMC) (yes / no)
|
# (RAR compression support in XBMC) (yes / no)
|
||||||
NONFREE_SUPPORT="yes"
|
NONFREE_SUPPORT="yes"
|
||||||
|
|
||||||
|
# build and install with DVDCSS support
|
||||||
|
# (DVD decryption support in XBMC) (yes / no)
|
||||||
|
DVDCSS_SUPPORT="yes"
|
||||||
|
|
||||||
# build with network support (yes / no)
|
# build with network support (yes / no)
|
||||||
NETWORK="yes"
|
NETWORK="yes"
|
||||||
|
|
||||||
|
@ -69,6 +69,10 @@
|
|||||||
# (RAR compression support in XBMC) (yes / no)
|
# (RAR compression support in XBMC) (yes / no)
|
||||||
NONFREE_SUPPORT="yes"
|
NONFREE_SUPPORT="yes"
|
||||||
|
|
||||||
|
# build and install with DVDCSS support
|
||||||
|
# (DVD decryption support in XBMC) (yes / no)
|
||||||
|
DVDCSS_SUPPORT="yes"
|
||||||
|
|
||||||
# build with network support (yes / no)
|
# build with network support (yes / no)
|
||||||
NETWORK="yes"
|
NETWORK="yes"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user