(jarvis) projects: clean up DCADEC support

This commit is contained in:
Stefan Saraev 2015-10-20 01:22:57 -07:00 committed by Stephan Raue
parent 33710c856a
commit bdf6edd459
7 changed files with 0 additions and 19 deletions

View File

@ -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

View File

@ -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=""

View File

@ -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=""

View File

@ -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=""

View File

@ -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=""

View File

@ -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=""

View File

@ -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=""