- make building and installing of dvdcss support optional (default enabled, setup via /projects/*/options)
This commit is contained in:
Stephan Raue 2010-06-09 06:15:14 +02:00
parent 765fd53f97
commit 16e8671caa
4 changed files with 19 additions and 1 deletions

View File

@ -62,6 +62,12 @@ else
XBMC_NONFREE="--disable-non-free"
fi
if [ "$DVDCSS_SUPPORT" = yes ]; then
XBMC_DVDCSS="--enable-dvdcss"
else
XBMC_DVDCSS="--disable-dvdcss"
fi
if [ "$AVAHI_DAEMON" = yes ]; then
$SCRIPTS/build avahi
XBMC_AVAHI="--enable-avahi"
@ -136,7 +142,7 @@ $AUTORECONF xbmc/lib/libid3tag/libid3tag
--disable-pulse \
--enable-ffmpeg-libvorbis \
--enable-faac \
--enable-dvdcss \
$XBMC_DVDCSS \
--disable-mid \
$XBMC_AVAHI \
--disable-hal \

View File

@ -69,6 +69,10 @@
# (RAR compression support in XBMC) (yes / no)
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)
NETWORK="yes"

View File

@ -69,6 +69,10 @@
# (RAR compression support in XBMC) (yes / no)
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)
NETWORK="yes"

View File

@ -69,6 +69,10 @@
# (RAR compression support in XBMC) (yes / no)
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)
NETWORK="yes"