mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
(jarvis) projects: clean up DCADEC support
This commit is contained in:
parent
33710c856a
commit
bdf6edd459
@ -324,7 +324,6 @@ show_config() {
|
|||||||
config_message="$config_message\n - Kodi Player driver:\t\t\t $KODIPLAYER_DRIVER"
|
config_message="$config_message\n - Kodi Player driver:\t\t\t $KODIPLAYER_DRIVER"
|
||||||
config_message="$config_message\n - VAAPI Support:\t\t\t $VAAPI_SUPPORT"
|
config_message="$config_message\n - VAAPI Support:\t\t\t $VAAPI_SUPPORT"
|
||||||
config_message="$config_message\n - VDPAU Support:\t\t\t $VDPAU_SUPPORT"
|
config_message="$config_message\n - VDPAU Support:\t\t\t $VDPAU_SUPPORT"
|
||||||
config_message="$config_message\n - DCA decoder Support:\t\t\t $DCADEC_SUPPORT"
|
|
||||||
|
|
||||||
# Input device configuration
|
# Input device configuration
|
||||||
|
|
||||||
|
@ -82,9 +82,6 @@
|
|||||||
# KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap)
|
# KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap)
|
||||||
KODIPLAYER_DRIVER="default"
|
KODIPLAYER_DRIVER="default"
|
||||||
|
|
||||||
# KODI DCADEC support (yes / no)
|
|
||||||
DCADEC_SUPPORT="yes"
|
|
||||||
|
|
||||||
# Modules to install in initramfs for early boot
|
# Modules to install in initramfs for early boot
|
||||||
INITRAMFS_MODULES=""
|
INITRAMFS_MODULES=""
|
||||||
|
|
||||||
|
@ -82,9 +82,6 @@
|
|||||||
# KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap)
|
# KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap)
|
||||||
KODIPLAYER_DRIVER="default"
|
KODIPLAYER_DRIVER="default"
|
||||||
|
|
||||||
# KODI DCADEC support (yes / no)
|
|
||||||
DCADEC_SUPPORT="yes"
|
|
||||||
|
|
||||||
# Modules to install in initramfs for early boot
|
# Modules to install in initramfs for early boot
|
||||||
INITRAMFS_MODULES=""
|
INITRAMFS_MODULES=""
|
||||||
|
|
||||||
|
@ -112,9 +112,6 @@
|
|||||||
# KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap)
|
# KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap)
|
||||||
KODIPLAYER_DRIVER="bcm2835-driver"
|
KODIPLAYER_DRIVER="bcm2835-driver"
|
||||||
|
|
||||||
# KODI DCADEC support (yes / no)
|
|
||||||
DCADEC_SUPPORT="yes"
|
|
||||||
|
|
||||||
# Modules to install in initramfs for early boot
|
# Modules to install in initramfs for early boot
|
||||||
INITRAMFS_MODULES=""
|
INITRAMFS_MODULES=""
|
||||||
|
|
||||||
|
@ -112,9 +112,6 @@
|
|||||||
# KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap)
|
# KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap)
|
||||||
KODIPLAYER_DRIVER="bcm2835-driver"
|
KODIPLAYER_DRIVER="bcm2835-driver"
|
||||||
|
|
||||||
# KODI DCADEC support (yes / no)
|
|
||||||
DCADEC_SUPPORT="yes"
|
|
||||||
|
|
||||||
# Modules to install in initramfs for early boot
|
# Modules to install in initramfs for early boot
|
||||||
INITRAMFS_MODULES=""
|
INITRAMFS_MODULES=""
|
||||||
|
|
||||||
|
@ -110,9 +110,6 @@
|
|||||||
# KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap / libamcodec)
|
# KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap / libamcodec)
|
||||||
KODIPLAYER_DRIVER="libamcodec"
|
KODIPLAYER_DRIVER="libamcodec"
|
||||||
|
|
||||||
# KODI DCADEC support (yes / no)
|
|
||||||
DCADEC_SUPPORT="yes"
|
|
||||||
|
|
||||||
# Modules to install in initramfs for early boot
|
# Modules to install in initramfs for early boot
|
||||||
INITRAMFS_MODULES=""
|
INITRAMFS_MODULES=""
|
||||||
|
|
||||||
|
@ -115,9 +115,6 @@
|
|||||||
# KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap)
|
# KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap)
|
||||||
KODIPLAYER_DRIVER="libfslvpuwrap"
|
KODIPLAYER_DRIVER="libfslvpuwrap"
|
||||||
|
|
||||||
# KODI DCADEC support (yes / no)
|
|
||||||
DCADEC_SUPPORT="yes"
|
|
||||||
|
|
||||||
# Modules to install in initramfs for early boot
|
# Modules to install in initramfs for early boot
|
||||||
INITRAMFS_MODULES=""
|
INITRAMFS_MODULES=""
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user