diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2017-04-17 16:06:41 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-05-01 10:53:37 +0200 |
commit | c97124f91104e88452fb35e5ac890a336a1557e7 (patch) | |
tree | a3666153377d9b57038961534d006a5730fd703c | |
parent | 20194572924c2817013feffd815353898c3ce445 (diff) | |
download | buildroot-c97124f91104e88452fb35e5ac890a336a1557e7.tar.gz buildroot-c97124f91104e88452fb35e5ac890a336a1557e7.zip |
package/kodi: re-install prompt for optical drives
In 81c438aa (package/kodi: Rework audio encoder support), the prompt for
the optical drive support was dropped, on the assumption that such
support was only needed when an audio encoder was enabled.
However, support for optical drives is also required when, surprisingly,
one wants to read a DVD (and probably a BD as well, but this was not
tested by lack of hardware).
Re-instate the prompt, so one can enable optical drive support even when
no audio encoder enabled.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Bernd Kuhls <bernd.kuhls@t-online.de>
Cc: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Acked-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/kodi/Config.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/kodi/Config.in b/package/kodi/Config.in index d7b2692456..e8285edfa1 100644 --- a/package/kodi/Config.in +++ b/package/kodi/Config.in @@ -266,7 +266,9 @@ config BR2_PACKAGE_KODI_UPNP Enable UPnP support config BR2_PACKAGE_KODI_OPTICALDRIVE - bool + bool "optical drives" + help + Add support for optical drives, to read e.g. DVDs... menu "Audio decoder addons" source "package/kodi-audiodecoder-modplug/Config.in" |