mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
projects/*/options: add option to select and build audio encoders if built with optical support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
8189b41e3f
commit
3143efdc04
@ -42,6 +42,13 @@ if [ "$MEDIACENTER" = "xbmc" -o "$MEDIACENTER" = "xbmc-master" ]; then
|
||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET simplejson"
|
||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET pycrypto"
|
||||
|
||||
# XBMC audio encoder addons
|
||||
if [ "$MEDIACENTER" = "xbmc-master" -a "$OPTICAL_DRIVE_SUPPORT" = "yes" ]; then
|
||||
for audioencoder in $XBMC_AUDIOENCODER_ADDONS; do
|
||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET xbmc-audioencoder-$audioencoder"
|
||||
done
|
||||
fi
|
||||
|
||||
# various PVR clients
|
||||
if [ "$MEDIACENTER" = "xbmc-master" ]; then
|
||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET xbmc-pvr-addons-master"
|
||||
|
@ -202,6 +202,11 @@
|
||||
# build xbmc with optical drive support (yes / no)
|
||||
OPTICAL_DRIVE_SUPPORT="yes"
|
||||
|
||||
# XBMC Audio encoders for usage with optical drive support
|
||||
# Space separated list is supported,
|
||||
# e.g. XBMC_AUDIOENCODER_ADDONS="ENCODER1 ENCODER2"
|
||||
XBMC_AUDIOENCODER_ADDONS="flac lame vorbis wav"
|
||||
|
||||
# build with AirPlay support (stream videos from iDevices to XBMC) (yes / no)
|
||||
AIRPLAY_SUPPORT="yes"
|
||||
|
||||
|
@ -197,6 +197,11 @@
|
||||
# build xbmc with optical drive support (yes / no)
|
||||
OPTICAL_DRIVE_SUPPORT="yes"
|
||||
|
||||
# XBMC Audio encoders for usage with optical drive support
|
||||
# Space separated list is supported,
|
||||
# e.g. XBMC_AUDIOENCODER_ADDONS="ENCODER1 ENCODER2"
|
||||
XBMC_AUDIOENCODER_ADDONS="flac lame vorbis wav"
|
||||
|
||||
# build with AirPlay support (stream videos from iDevices to XBMC) (yes / no)
|
||||
AIRPLAY_SUPPORT="yes"
|
||||
|
||||
|
@ -202,6 +202,11 @@
|
||||
# build xbmc with optical drive support (yes / no)
|
||||
OPTICAL_DRIVE_SUPPORT="yes"
|
||||
|
||||
# XBMC Audio encoders for usage with optical drive support
|
||||
# Space separated list is supported,
|
||||
# e.g. XBMC_AUDIOENCODER_ADDONS="ENCODER1 ENCODER2"
|
||||
XBMC_AUDIOENCODER_ADDONS="flac lame vorbis wav"
|
||||
|
||||
# build with AirPlay support (stream videos from iDevices to XBMC) (yes / no)
|
||||
AIRPLAY_SUPPORT="yes"
|
||||
|
||||
|
@ -203,6 +203,11 @@
|
||||
# build xbmc with optical drive support (yes / no)
|
||||
OPTICAL_DRIVE_SUPPORT="yes"
|
||||
|
||||
# XBMC Audio encoders for usage with optical drive support
|
||||
# Space separated list is supported,
|
||||
# e.g. XBMC_AUDIOENCODER_ADDONS="ENCODER1 ENCODER2"
|
||||
XBMC_AUDIOENCODER_ADDONS="flac lame vorbis wav"
|
||||
|
||||
# build with AirPlay support (stream videos from iDevices to XBMC) (yes / no)
|
||||
AIRPLAY_SUPPORT="yes"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user