1config BR2_PACKAGE_KODI_AUDIOENCODER_VORBIS 2 bool "kodi-audioencoder-vorbis" 3 select BR2_PACKAGE_KODI_OPTICALDRIVE 4 select BR2_PACKAGE_LIBOGG 5 select BR2_PACKAGE_LIBVORBIS 6 help 7 An audioencoder addon for Kodi 8 9 https://github.com/xbmc/audioencoder.vorbis 10