01d1c33148
[Thomas: removed dependency on BR2_PACKAGE_KODI_OPTICALDRIVE from the package Config.in, since it is already only included if BR2_PACKAGE_KODI_OPTICALDRIVE is enabled.] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 lines
222 B
Plaintext
9 lines
222 B
Plaintext
config BR2_PACKAGE_KODI_AUDIOENCODER_VORBIS
|
|
bool "kodi-audioencoder-vorbis"
|
|
select BR2_PACKAGE_LIBOGG
|
|
select BR2_PACKAGE_LIBVORBIS
|
|
help
|
|
An audioencoder addon for Kodi
|
|
|
|
https://github.com/xbmc/audioencoder.vorbis
|