mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
xbmc:
- make building and installing of FAAC support optional (default enabled, setup via /projects/*/options)
This commit is contained in:
parent
16e8671caa
commit
c729b01406
@ -68,6 +68,12 @@ else
|
|||||||
XBMC_DVDCSS="--disable-dvdcss"
|
XBMC_DVDCSS="--disable-dvdcss"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$FAAC_SUPPORT" = yes ]; then
|
||||||
|
XBMC_FAAC="--enable-faac"
|
||||||
|
else
|
||||||
|
XBMC_FAAC="--disable-faac"
|
||||||
|
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"
|
||||||
@ -141,7 +147,7 @@ $AUTORECONF xbmc/lib/libid3tag/libid3tag
|
|||||||
--disable-ccache \
|
--disable-ccache \
|
||||||
--disable-pulse \
|
--disable-pulse \
|
||||||
--enable-ffmpeg-libvorbis \
|
--enable-ffmpeg-libvorbis \
|
||||||
--enable-faac \
|
$XBMC_FAAC \
|
||||||
$XBMC_DVDCSS \
|
$XBMC_DVDCSS \
|
||||||
--disable-mid \
|
--disable-mid \
|
||||||
$XBMC_AVAHI \
|
$XBMC_AVAHI \
|
||||||
|
@ -73,6 +73,10 @@
|
|||||||
# (DVD decryption support in XBMC) (yes / no)
|
# (DVD decryption support in XBMC) (yes / no)
|
||||||
DVDCSS_SUPPORT="yes"
|
DVDCSS_SUPPORT="yes"
|
||||||
|
|
||||||
|
# build and install with FAAC support in XBMC
|
||||||
|
# FAAC is an MPEG-4 and MPEG-2 AAC encoder (yes / no)
|
||||||
|
FAAC_SUPPORT="yes"
|
||||||
|
|
||||||
# build with network support (yes / no)
|
# build with network support (yes / no)
|
||||||
NETWORK="yes"
|
NETWORK="yes"
|
||||||
|
|
||||||
|
@ -73,6 +73,10 @@
|
|||||||
# (DVD decryption support in XBMC) (yes / no)
|
# (DVD decryption support in XBMC) (yes / no)
|
||||||
DVDCSS_SUPPORT="yes"
|
DVDCSS_SUPPORT="yes"
|
||||||
|
|
||||||
|
# build and install with FAAC support in XBMC
|
||||||
|
# FAAC is an MPEG-4 and MPEG-2 AAC encoder (yes / no)
|
||||||
|
FAAC_SUPPORT="yes"
|
||||||
|
|
||||||
# build with network support (yes / no)
|
# build with network support (yes / no)
|
||||||
NETWORK="yes"
|
NETWORK="yes"
|
||||||
|
|
||||||
|
@ -73,6 +73,10 @@
|
|||||||
# (DVD decryption support in XBMC) (yes / no)
|
# (DVD decryption support in XBMC) (yes / no)
|
||||||
DVDCSS_SUPPORT="yes"
|
DVDCSS_SUPPORT="yes"
|
||||||
|
|
||||||
|
# build and install with FAAC support in XBMC
|
||||||
|
# FAAC is an MPEG-4 and MPEG-2 AAC encoder (yes / no)
|
||||||
|
FAAC_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