From bdf6edd4590816781f47ab34676614230aaedcf5 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Tue, 20 Oct 2015 01:22:57 -0700 Subject: [PATCH] (jarvis) projects: clean up DCADEC support --- config/functions | 1 - projects/Generic/options | 3 --- projects/Nvidia_Legacy/options | 3 --- projects/RPi/options | 3 --- projects/RPi2/options | 3 --- projects/WeTek_Play/options | 3 --- projects/imx6/options | 3 --- 7 files changed, 19 deletions(-) diff --git a/config/functions b/config/functions index 75469dcc41..57415fdc93 100644 --- a/config/functions +++ b/config/functions @@ -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 diff --git a/projects/Generic/options b/projects/Generic/options index ec09393d4b..a410fcb74a 100644 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -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="" diff --git a/projects/Nvidia_Legacy/options b/projects/Nvidia_Legacy/options index 4a987c8902..4cb8f6e0c0 100644 --- a/projects/Nvidia_Legacy/options +++ b/projects/Nvidia_Legacy/options @@ -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="" diff --git a/projects/RPi/options b/projects/RPi/options index b5a925ea59..68a2044a47 100644 --- a/projects/RPi/options +++ b/projects/RPi/options @@ -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="" diff --git a/projects/RPi2/options b/projects/RPi2/options index 2a67bda569..5bf79bf1ce 100644 --- a/projects/RPi2/options +++ b/projects/RPi2/options @@ -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="" diff --git a/projects/WeTek_Play/options b/projects/WeTek_Play/options index 26918e9883..c67d9660e2 100644 --- a/projects/WeTek_Play/options +++ b/projects/WeTek_Play/options @@ -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="" diff --git a/projects/imx6/options b/projects/imx6/options index 5eba879565..9c9be2aca5 100644 --- a/projects/imx6/options +++ b/projects/imx6/options @@ -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=""