mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
[xbmc-rebrand] projects/*/options: rename all variables '$XBMC*' to '$KODI*'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
9f17c5587d
commit
f6ec97cec7
@ -2,7 +2,7 @@
|
|||||||
DISTRONAME="OpenELEC"
|
DISTRONAME="OpenELEC"
|
||||||
|
|
||||||
# short project description
|
# short project description
|
||||||
DESCRIPTION="OpenELEC is a fast and userfriendly XBMC Mediacenter distribution."
|
DESCRIPTION="OpenELEC is a fast and userfriendly Kodi Entertainment Center distribution."
|
||||||
|
|
||||||
# Welcome Message for e.g. SSH Server (up to 5 Lines)
|
# Welcome Message for e.g. SSH Server (up to 5 Lines)
|
||||||
GREETING0="##############################################"
|
GREETING0="##############################################"
|
||||||
@ -126,27 +126,27 @@
|
|||||||
# Default Skin (Confluence)
|
# Default Skin (Confluence)
|
||||||
SKIN_DEFAULT="Confluence"
|
SKIN_DEFAULT="Confluence"
|
||||||
|
|
||||||
# install extra subtitle Fonts for XBMC (yes / no)
|
# install extra subtitle Fonts for KODI (yes / no)
|
||||||
XBMC_EXTRA_FONTS="yes"
|
KODI_EXTRA_FONTS="yes"
|
||||||
|
|
||||||
# build and install 'RSXS' Screensaver (yes / no)
|
# build and install 'RSXS' Screensaver (yes / no)
|
||||||
XBMC_SCR_RSXS="no"
|
KODI_SCR_RSXS="no"
|
||||||
|
|
||||||
# build and install 'ProjectM' Visualization (yes / no)
|
# build and install 'ProjectM' Visualization (yes / no)
|
||||||
XBMC_VIS_PROJECTM="no"
|
KODI_VIS_PROJECTM="no"
|
||||||
|
|
||||||
# build and install 'GOOM' Visualization (yes / no)
|
# build and install 'GOOM' Visualization (yes / no)
|
||||||
XBMC_VIS_GOOM="no"
|
KODI_VIS_GOOM="no"
|
||||||
|
|
||||||
# build and install 'Waveform' Visualization (yes / no)
|
# build and install 'Waveform' Visualization (yes / no)
|
||||||
XBMC_VIS_WAVEFORM="yes"
|
KODI_VIS_WAVEFORM="yes"
|
||||||
|
|
||||||
# build and install 'Spectrum' Visualization (yes / no)
|
# build and install 'Spectrum' Visualization (yes / no)
|
||||||
XBMC_VIS_SPECTRUM="yes"
|
KODI_VIS_SPECTRUM="yes"
|
||||||
|
|
||||||
# build and install 'FishBMC' Visualization (yes / no)
|
# build and install 'FishBMC' Visualization (yes / no)
|
||||||
# does not work on RPi
|
# does not work on RPi
|
||||||
XBMC_VIS_FISHBMC="no"
|
KODI_VIS_FISHBMC="no"
|
||||||
|
|
||||||
# build and install ALSA Audio support (yes / no)
|
# build and install ALSA Audio support (yes / no)
|
||||||
ALSA_SUPPORT="yes"
|
ALSA_SUPPORT="yes"
|
||||||
@ -158,22 +158,22 @@
|
|||||||
ESPEAK_SUPPORT="yes"
|
ESPEAK_SUPPORT="yes"
|
||||||
|
|
||||||
# build and install with non-free support
|
# build and install with non-free support
|
||||||
# (RAR compression support in XBMC) (yes / no)
|
# (RAR compression support in KODI) (yes / no)
|
||||||
NONFREE_SUPPORT="yes"
|
NONFREE_SUPPORT="yes"
|
||||||
|
|
||||||
# build and install with BluRay support (yes / no)
|
# build and install with BluRay support (yes / no)
|
||||||
BLURAY_SUPPORT="yes"
|
BLURAY_SUPPORT="yes"
|
||||||
|
|
||||||
# build and install with BD+ support
|
# build and install with BD+ support
|
||||||
# (BD+ decryption support in XBMC) (yes / no)
|
# (BD+ decryption support in KODI) (yes / no)
|
||||||
BDPLUS_SUPPORT="yes"
|
BDPLUS_SUPPORT="yes"
|
||||||
|
|
||||||
# build and install with AACS support
|
# build and install with AACS support
|
||||||
# (BD decryption support in XBMC) (yes / no)
|
# (BD decryption support in KODI) (yes / no)
|
||||||
AACS_SUPPORT="yes"
|
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 KODI) (yes / no)
|
||||||
DVDCSS_SUPPORT="yes"
|
DVDCSS_SUPPORT="yes"
|
||||||
|
|
||||||
# additional drivers to install:
|
# additional drivers to install:
|
||||||
@ -185,7 +185,7 @@
|
|||||||
# build and install bluetooth support (yes / no)
|
# build and install bluetooth support (yes / no)
|
||||||
BLUETOOTH_SUPPORT="yes"
|
BLUETOOTH_SUPPORT="yes"
|
||||||
|
|
||||||
# build and install with XBMC webfrontend (yes / no)
|
# build and install with KODI webfrontend (yes / no)
|
||||||
WEBSERVER="yes"
|
WEBSERVER="yes"
|
||||||
|
|
||||||
# build and install Avahi (Zeroconf) daemon (yes / no)
|
# build and install Avahi (Zeroconf) daemon (yes / no)
|
||||||
@ -203,21 +203,21 @@
|
|||||||
# build xbmc with optical drive support (yes / no)
|
# build xbmc with optical drive support (yes / no)
|
||||||
OPTICAL_DRIVE_SUPPORT="yes"
|
OPTICAL_DRIVE_SUPPORT="yes"
|
||||||
|
|
||||||
# XBMC Audio encoders for usage with optical drive support
|
# KODI Audio encoders for usage with optical drive support
|
||||||
# Space separated list is supported,
|
# Space separated list is supported,
|
||||||
# e.g. XBMC_AUDIOENCODER_ADDONS="ENCODER1 ENCODER2"
|
# e.g. KODI_AUDIOENCODER_ADDONS="ENCODER1 ENCODER2"
|
||||||
XBMC_AUDIOENCODER_ADDONS="flac lame vorbis wav"
|
KODI_AUDIOENCODER_ADDONS="flac lame vorbis wav"
|
||||||
|
|
||||||
# build with AirPlay support (stream videos from iDevices to XBMC) (yes / no)
|
# build with AirPlay support (stream videos from iDevices to KODI) (yes / no)
|
||||||
AIRPLAY_SUPPORT="yes"
|
AIRPLAY_SUPPORT="yes"
|
||||||
|
|
||||||
# build with AirTunes support (stream music from iDevices to XBMC) (yes / no)
|
# build with AirTunes support (stream music from iDevices to KODI) (yes / no)
|
||||||
AIRTUNES_SUPPORT="yes"
|
AIRTUNES_SUPPORT="yes"
|
||||||
|
|
||||||
# build with libnfs support (mounting nfs shares with XBMC) (yes / no)
|
# build with libnfs support (mounting nfs shares with KODI) (yes / no)
|
||||||
NFS_SUPPORT="yes"
|
NFS_SUPPORT="yes"
|
||||||
|
|
||||||
# build with afpfs-ng support (mounting AFP shares with XBMC) (yes / no)
|
# build with afpfs-ng support (mounting AFP shares with KODI) (yes / no)
|
||||||
AFP_SUPPORT="no"
|
AFP_SUPPORT="no"
|
||||||
|
|
||||||
# build and install Samba Client support (yes / no)
|
# build and install Samba Client support (yes / no)
|
||||||
@ -269,8 +269,8 @@
|
|||||||
# e.g. GRAPHIC_DRIVERS="i915 i965 r300 r600 radeonsi nvidia nouveau"
|
# e.g. GRAPHIC_DRIVERS="i915 i965 r300 r600 radeonsi nvidia nouveau"
|
||||||
GRAPHIC_DRIVERS=""
|
GRAPHIC_DRIVERS=""
|
||||||
|
|
||||||
# XBMC Player implementation to use (default / bcm2835-driver)
|
# KODI Player implementation to use (default / bcm2835-driver)
|
||||||
XBMCPLAYER_DRIVER="libfslvpuwrap"
|
KODIPLAYER_DRIVER="libfslvpuwrap"
|
||||||
|
|
||||||
# Use VDPAU video acceleration (needs nVidia driver and a supported card)
|
# Use VDPAU video acceleration (needs nVidia driver and a supported card)
|
||||||
VDPAU="no"
|
VDPAU="no"
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
DISTRONAME="OpenELEC"
|
DISTRONAME="OpenELEC"
|
||||||
|
|
||||||
# short project description
|
# short project description
|
||||||
DESCRIPTION="OpenELEC is a fast and userfriendly XBMC Mediacenter distribution."
|
DESCRIPTION="OpenELEC is a fast and userfriendly Kodi Entertainment Center distribution."
|
||||||
|
|
||||||
# Welcome Message for e.g. SSH Server (up to 5 Lines)
|
# Welcome Message for e.g. SSH Server (up to 5 Lines)
|
||||||
GREETING0="##############################################"
|
GREETING0="##############################################"
|
||||||
@ -125,26 +125,26 @@
|
|||||||
# Default Skin (Confluence)
|
# Default Skin (Confluence)
|
||||||
SKIN_DEFAULT="Confluence"
|
SKIN_DEFAULT="Confluence"
|
||||||
|
|
||||||
# install extra subtitle Fonts for XBMC (yes / no)
|
# install extra subtitle Fonts for KODI (yes / no)
|
||||||
XBMC_EXTRA_FONTS="yes"
|
KODI_EXTRA_FONTS="yes"
|
||||||
|
|
||||||
# build and install 'RSXS' Screensaver (yes / no)
|
# build and install 'RSXS' Screensaver (yes / no)
|
||||||
XBMC_SCR_RSXS="yes"
|
KODI_SCR_RSXS="yes"
|
||||||
|
|
||||||
# build and install 'ProjectM' Visualization (yes / no)
|
# build and install 'ProjectM' Visualization (yes / no)
|
||||||
XBMC_VIS_PROJECTM="yes"
|
KODI_VIS_PROJECTM="yes"
|
||||||
|
|
||||||
# build and install 'GOOM' Visualization (yes / no)
|
# build and install 'GOOM' Visualization (yes / no)
|
||||||
XBMC_VIS_GOOM="yes"
|
KODI_VIS_GOOM="yes"
|
||||||
|
|
||||||
# build and install 'Waveform' Visualization (yes / no)
|
# build and install 'Waveform' Visualization (yes / no)
|
||||||
XBMC_VIS_WAVEFORM="yes"
|
KODI_VIS_WAVEFORM="yes"
|
||||||
|
|
||||||
# build and install 'Spectrum' Visualization (yes / no)
|
# build and install 'Spectrum' Visualization (yes / no)
|
||||||
XBMC_VIS_SPECTRUM="yes"
|
KODI_VIS_SPECTRUM="yes"
|
||||||
|
|
||||||
# build and install 'FishBMC' Visualization (yes / no)
|
# build and install 'FishBMC' Visualization (yes / no)
|
||||||
XBMC_VIS_FISHBMC="yes"
|
KODI_VIS_FISHBMC="yes"
|
||||||
|
|
||||||
# build and install ALSA Audio support (yes / no)
|
# build and install ALSA Audio support (yes / no)
|
||||||
ALSA_SUPPORT="yes"
|
ALSA_SUPPORT="yes"
|
||||||
@ -156,22 +156,22 @@
|
|||||||
ESPEAK_SUPPORT="yes"
|
ESPEAK_SUPPORT="yes"
|
||||||
|
|
||||||
# build and install with non-free support
|
# build and install with non-free support
|
||||||
# (RAR compression support in XBMC) (yes / no)
|
# (RAR compression support in KODI) (yes / no)
|
||||||
NONFREE_SUPPORT="yes"
|
NONFREE_SUPPORT="yes"
|
||||||
|
|
||||||
# build and install with BluRay support (yes / no)
|
# build and install with BluRay support (yes / no)
|
||||||
BLURAY_SUPPORT="yes"
|
BLURAY_SUPPORT="yes"
|
||||||
|
|
||||||
# build and install with BD+ support
|
# build and install with BD+ support
|
||||||
# (BD+ decryption support in XBMC) (yes / no)
|
# (BD+ decryption support in KODI) (yes / no)
|
||||||
BDPLUS_SUPPORT="yes"
|
BDPLUS_SUPPORT="yes"
|
||||||
|
|
||||||
# build and install with AACS support
|
# build and install with AACS support
|
||||||
# (BD decryption support in XBMC) (yes / no)
|
# (BD decryption support in KODI) (yes / no)
|
||||||
AACS_SUPPORT="yes"
|
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 KODI) (yes / no)
|
||||||
DVDCSS_SUPPORT="yes"
|
DVDCSS_SUPPORT="yes"
|
||||||
|
|
||||||
# additional drivers to install:
|
# additional drivers to install:
|
||||||
@ -183,7 +183,7 @@
|
|||||||
# build and install bluetooth support (yes / no)
|
# build and install bluetooth support (yes / no)
|
||||||
BLUETOOTH_SUPPORT="yes"
|
BLUETOOTH_SUPPORT="yes"
|
||||||
|
|
||||||
# build and install with XBMC webfrontend (yes / no)
|
# build and install with KODI webfrontend (yes / no)
|
||||||
WEBSERVER="yes"
|
WEBSERVER="yes"
|
||||||
|
|
||||||
# build and install Avahi (Zeroconf) daemon (yes / no)
|
# build and install Avahi (Zeroconf) daemon (yes / no)
|
||||||
@ -201,21 +201,21 @@
|
|||||||
# build xbmc with optical drive support (yes / no)
|
# build xbmc with optical drive support (yes / no)
|
||||||
OPTICAL_DRIVE_SUPPORT="yes"
|
OPTICAL_DRIVE_SUPPORT="yes"
|
||||||
|
|
||||||
# XBMC Audio encoders for usage with optical drive support
|
# KODI Audio encoders for usage with optical drive support
|
||||||
# Space separated list is supported,
|
# Space separated list is supported,
|
||||||
# e.g. XBMC_AUDIOENCODER_ADDONS="ENCODER1 ENCODER2"
|
# e.g. KODI_AUDIOENCODER_ADDONS="ENCODER1 ENCODER2"
|
||||||
XBMC_AUDIOENCODER_ADDONS="flac lame vorbis wav"
|
KODI_AUDIOENCODER_ADDONS="flac lame vorbis wav"
|
||||||
|
|
||||||
# build with AirPlay support (stream videos from iDevices to XBMC) (yes / no)
|
# build with AirPlay support (stream videos from iDevices to KODI) (yes / no)
|
||||||
AIRPLAY_SUPPORT="yes"
|
AIRPLAY_SUPPORT="yes"
|
||||||
|
|
||||||
# build with AirTunes support (stream music from iDevices to XBMC) (yes / no)
|
# build with AirTunes support (stream music from iDevices to KODI) (yes / no)
|
||||||
AIRTUNES_SUPPORT="yes"
|
AIRTUNES_SUPPORT="yes"
|
||||||
|
|
||||||
# build with libnfs support (mounting nfs shares with XBMC) (yes / no)
|
# build with libnfs support (mounting nfs shares with KODI) (yes / no)
|
||||||
NFS_SUPPORT="yes"
|
NFS_SUPPORT="yes"
|
||||||
|
|
||||||
# build with afpfs-ng support (mounting AFP shares with XBMC) (yes / no)
|
# build with afpfs-ng support (mounting AFP shares with KODI) (yes / no)
|
||||||
AFP_SUPPORT="no"
|
AFP_SUPPORT="no"
|
||||||
|
|
||||||
# build and install Samba Client support (yes / no)
|
# build and install Samba Client support (yes / no)
|
||||||
@ -273,8 +273,8 @@
|
|||||||
GRAPHIC_DRIVERS="r300 r600 radeonsi i915 i965 nvidia"
|
GRAPHIC_DRIVERS="r300 r600 radeonsi i915 i965 nvidia"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# XBMC Player implementation to use (default / bcm2835-driver)
|
# KODI Player implementation to use (default / bcm2835-driver)
|
||||||
XBMCPLAYER_DRIVER="default"
|
KODIPLAYER_DRIVER="default"
|
||||||
|
|
||||||
# Use VDPAU video acceleration (needs nVidia driver and a supported card)
|
# Use VDPAU video acceleration (needs nVidia driver and a supported card)
|
||||||
VDPAU="yes"
|
VDPAU="yes"
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
DISTRONAME="OpenELEC"
|
DISTRONAME="OpenELEC"
|
||||||
|
|
||||||
# short project description
|
# short project description
|
||||||
DESCRIPTION="OpenELEC is a fast and userfriendly XBMC Mediacenter distribution."
|
DESCRIPTION="OpenELEC is a fast and userfriendly Kodi Entertainment Center distribution."
|
||||||
|
|
||||||
# Welcome Message for e.g. SSH Server (up to 5 Lines)
|
# Welcome Message for e.g. SSH Server (up to 5 Lines)
|
||||||
GREETING0="##############################################"
|
GREETING0="##############################################"
|
||||||
@ -125,27 +125,27 @@
|
|||||||
# Default Skin (Confluence)
|
# Default Skin (Confluence)
|
||||||
SKIN_DEFAULT="Confluence"
|
SKIN_DEFAULT="Confluence"
|
||||||
|
|
||||||
# install extra subtitle Fonts for XBMC (yes / no)
|
# install extra subtitle Fonts for KODI (yes / no)
|
||||||
XBMC_EXTRA_FONTS="yes"
|
KODI_EXTRA_FONTS="yes"
|
||||||
|
|
||||||
# build and install 'RSXS' Screensaver (yes / no)
|
# build and install 'RSXS' Screensaver (yes / no)
|
||||||
XBMC_SCR_RSXS="no"
|
KODI_SCR_RSXS="no"
|
||||||
|
|
||||||
# build and install 'ProjectM' Visualization (yes / no)
|
# build and install 'ProjectM' Visualization (yes / no)
|
||||||
XBMC_VIS_PROJECTM="no"
|
KODI_VIS_PROJECTM="no"
|
||||||
|
|
||||||
# build and install 'GOOM' Visualization (yes / no)
|
# build and install 'GOOM' Visualization (yes / no)
|
||||||
XBMC_VIS_GOOM="no"
|
KODI_VIS_GOOM="no"
|
||||||
|
|
||||||
# build and install 'Waveform' Visualization (yes / no)
|
# build and install 'Waveform' Visualization (yes / no)
|
||||||
XBMC_VIS_WAVEFORM="yes"
|
KODI_VIS_WAVEFORM="yes"
|
||||||
|
|
||||||
# build and install 'Spectrum' Visualization (yes / no)
|
# build and install 'Spectrum' Visualization (yes / no)
|
||||||
XBMC_VIS_SPECTRUM="yes"
|
KODI_VIS_SPECTRUM="yes"
|
||||||
|
|
||||||
# build and install 'FishBMC' Visualization (yes / no)
|
# build and install 'FishBMC' Visualization (yes / no)
|
||||||
# does not work on RPi
|
# does not work on RPi
|
||||||
XBMC_VIS_FISHBMC="no"
|
KODI_VIS_FISHBMC="no"
|
||||||
|
|
||||||
# build and install ALSA Audio support (yes / no)
|
# build and install ALSA Audio support (yes / no)
|
||||||
ALSA_SUPPORT="yes"
|
ALSA_SUPPORT="yes"
|
||||||
@ -157,22 +157,22 @@
|
|||||||
ESPEAK_SUPPORT="yes"
|
ESPEAK_SUPPORT="yes"
|
||||||
|
|
||||||
# build and install with non-free support
|
# build and install with non-free support
|
||||||
# (RAR compression support in XBMC) (yes / no)
|
# (RAR compression support in KODI) (yes / no)
|
||||||
NONFREE_SUPPORT="yes"
|
NONFREE_SUPPORT="yes"
|
||||||
|
|
||||||
# build and install with BluRay support (yes / no)
|
# build and install with BluRay support (yes / no)
|
||||||
BLURAY_SUPPORT="yes"
|
BLURAY_SUPPORT="yes"
|
||||||
|
|
||||||
# build and install with BD+ support
|
# build and install with BD+ support
|
||||||
# (BD+ decryption support in XBMC) (yes / no)
|
# (BD+ decryption support in KODI) (yes / no)
|
||||||
BDPLUS_SUPPORT="yes"
|
BDPLUS_SUPPORT="yes"
|
||||||
|
|
||||||
# build and install with AACS support
|
# build and install with AACS support
|
||||||
# (BD decryption support in XBMC) (yes / no)
|
# (BD decryption support in KODI) (yes / no)
|
||||||
AACS_SUPPORT="yes"
|
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 KODI) (yes / no)
|
||||||
DVDCSS_SUPPORT="yes"
|
DVDCSS_SUPPORT="yes"
|
||||||
|
|
||||||
# additional drivers to install:
|
# additional drivers to install:
|
||||||
@ -184,7 +184,7 @@
|
|||||||
# build and install bluetooth support (yes / no)
|
# build and install bluetooth support (yes / no)
|
||||||
BLUETOOTH_SUPPORT="yes"
|
BLUETOOTH_SUPPORT="yes"
|
||||||
|
|
||||||
# build and install with XBMC webfrontend (yes / no)
|
# build and install with KODI webfrontend (yes / no)
|
||||||
WEBSERVER="yes"
|
WEBSERVER="yes"
|
||||||
|
|
||||||
# build and install Avahi (Zeroconf) daemon (yes / no)
|
# build and install Avahi (Zeroconf) daemon (yes / no)
|
||||||
@ -202,21 +202,21 @@
|
|||||||
# build xbmc with optical drive support (yes / no)
|
# build xbmc with optical drive support (yes / no)
|
||||||
OPTICAL_DRIVE_SUPPORT="yes"
|
OPTICAL_DRIVE_SUPPORT="yes"
|
||||||
|
|
||||||
# XBMC Audio encoders for usage with optical drive support
|
# KODI Audio encoders for usage with optical drive support
|
||||||
# Space separated list is supported,
|
# Space separated list is supported,
|
||||||
# e.g. XBMC_AUDIOENCODER_ADDONS="ENCODER1 ENCODER2"
|
# e.g. KODI_AUDIOENCODER_ADDONS="ENCODER1 ENCODER2"
|
||||||
XBMC_AUDIOENCODER_ADDONS="flac lame vorbis wav"
|
KODI_AUDIOENCODER_ADDONS="flac lame vorbis wav"
|
||||||
|
|
||||||
# build with AirPlay support (stream videos from iDevices to XBMC) (yes / no)
|
# build with AirPlay support (stream videos from iDevices to KODI) (yes / no)
|
||||||
AIRPLAY_SUPPORT="yes"
|
AIRPLAY_SUPPORT="yes"
|
||||||
|
|
||||||
# build with AirTunes support (stream music from iDevices to XBMC) (yes / no)
|
# build with AirTunes support (stream music from iDevices to KODI) (yes / no)
|
||||||
AIRTUNES_SUPPORT="yes"
|
AIRTUNES_SUPPORT="yes"
|
||||||
|
|
||||||
# build with libnfs support (mounting nfs shares with XBMC) (yes / no)
|
# build with libnfs support (mounting nfs shares with KODI) (yes / no)
|
||||||
NFS_SUPPORT="yes"
|
NFS_SUPPORT="yes"
|
||||||
|
|
||||||
# build with afpfs-ng support (mounting AFP shares with XBMC) (yes / no)
|
# build with afpfs-ng support (mounting AFP shares with KODI) (yes / no)
|
||||||
AFP_SUPPORT="no"
|
AFP_SUPPORT="no"
|
||||||
|
|
||||||
# build and install Samba Client support (yes / no)
|
# build and install Samba Client support (yes / no)
|
||||||
@ -268,8 +268,8 @@
|
|||||||
# e.g. GRAPHIC_DRIVERS="i915 i965 r300 r600 radeonsi nvidia nouveau"
|
# e.g. GRAPHIC_DRIVERS="i915 i965 r300 r600 radeonsi nvidia nouveau"
|
||||||
GRAPHIC_DRIVERS=""
|
GRAPHIC_DRIVERS=""
|
||||||
|
|
||||||
# XBMC Player implementation to use (default / bcm2835-driver)
|
# KODI Player implementation to use (default / bcm2835-driver)
|
||||||
XBMCPLAYER_DRIVER="bcm2835-driver"
|
KODIPLAYER_DRIVER="bcm2835-driver"
|
||||||
|
|
||||||
# Use VDPAU video acceleration (needs nVidia driver and a supported card)
|
# Use VDPAU video acceleration (needs nVidia driver and a supported card)
|
||||||
VDPAU="no"
|
VDPAU="no"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user