projects/*/options: enable dcadec support for all projects

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2015-05-16 15:16:11 +02:00
parent 7e50f94875
commit 1c6daf8220
4 changed files with 4 additions and 4 deletions

View File

@ -83,7 +83,7 @@
KODIPLAYER_DRIVER="default"
# KODI DCADEC support (yes / no)
DCADEC_SUPPORT="no"
DCADEC_SUPPORT="yes"
# Modules to install in initramfs for early boot
INITRAMFS_MODULES=""

View File

@ -83,7 +83,7 @@
KODIPLAYER_DRIVER="default"
# KODI DCADEC support (yes / no)
DCADEC_SUPPORT="no"
DCADEC_SUPPORT="yes"
# Modules to install in initramfs for early boot
INITRAMFS_MODULES=""

View File

@ -111,7 +111,7 @@
KODIPLAYER_DRIVER="libamcodec"
# KODI DCADEC support (yes / no)
DCADEC_SUPPORT="no"
DCADEC_SUPPORT="yes"
# Modules to install in initramfs for early boot
INITRAMFS_MODULES=""

View File

@ -112,7 +112,7 @@
KODIPLAYER_DRIVER="libfslvpuwrap"
# KODI DCADEC support (yes / no)
DCADEC_SUPPORT="no"
DCADEC_SUPPORT="yes"
# Modules to install in initramfs for early boot
INITRAMFS_MODULES=""