mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-30 12:00: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 - VAAPI Support:\t\t\t $VAAPI_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
|
||||
|
||||
|
@ -82,9 +82,6 @@
|
||||
# KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap)
|
||||
KODIPLAYER_DRIVER="default"
|
||||
|
||||
# KODI DCADEC support (yes / no)
|
||||
DCADEC_SUPPORT="yes"
|
||||
|
||||
# Modules to install in initramfs for early boot
|
||||
INITRAMFS_MODULES=""
|
||||
|
||||
|
@ -82,9 +82,6 @@
|
||||
# KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap)
|
||||
KODIPLAYER_DRIVER="default"
|
||||
|
||||
# KODI DCADEC support (yes / no)
|
||||
DCADEC_SUPPORT="yes"
|
||||
|
||||
# Modules to install in initramfs for early boot
|
||||
INITRAMFS_MODULES=""
|
||||
|
||||
|
@ -112,9 +112,6 @@
|
||||
# KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap)
|
||||
KODIPLAYER_DRIVER="bcm2835-driver"
|
||||
|
||||
# KODI DCADEC support (yes / no)
|
||||
DCADEC_SUPPORT="yes"
|
||||
|
||||
# Modules to install in initramfs for early boot
|
||||
INITRAMFS_MODULES=""
|
||||
|
||||
|
@ -112,9 +112,6 @@
|
||||
# KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap)
|
||||
KODIPLAYER_DRIVER="bcm2835-driver"
|
||||
|
||||
# KODI DCADEC support (yes / no)
|
||||
DCADEC_SUPPORT="yes"
|
||||
|
||||
# Modules to install in initramfs for early boot
|
||||
INITRAMFS_MODULES=""
|
||||
|
||||
|
@ -110,9 +110,6 @@
|
||||
# KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap / libamcodec)
|
||||
KODIPLAYER_DRIVER="libamcodec"
|
||||
|
||||
# KODI DCADEC support (yes / no)
|
||||
DCADEC_SUPPORT="yes"
|
||||
|
||||
# Modules to install in initramfs for early boot
|
||||
INITRAMFS_MODULES=""
|
||||
|
||||
|
@ -115,9 +115,6 @@
|
||||
# KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap)
|
||||
KODIPLAYER_DRIVER="libfslvpuwrap"
|
||||
|
||||
# KODI DCADEC support (yes / no)
|
||||
DCADEC_SUPPORT="yes"
|
||||
|
||||
# Modules to install in initramfs for early boot
|
||||
INITRAMFS_MODULES=""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user