Kodi plays these files through ffmpeg and does not link to libtheora
anymore, see PR 9686.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
comment "Legacy options removed in 2020.05"
+config BR2_PACKAGE_KODI_LIBTHEORA
+ bool "libtheora support in Kodi was removed"
+ select BR2_LEGACY
+ help
+ Kodi does not need libtheora
+
config BR2_PACKAGE_CEGUI06
bool "BR2_PACKAGE_CEGUI06 was renamed"
select BR2_PACKAGE_CEGUI
help
Enable Samba support
-config BR2_PACKAGE_KODI_LIBTHEORA
- bool "theora"
- select BR2_PACKAGE_LIBTHEORA
- help
- Enable Theora input support.
- Select this if you want to play back OGG/OGV files (Video).
-
config BR2_PACKAGE_KODI_LIBUSB
bool "usb"
# https://github.com/xbmc/xbmc/blob/Jarvis/configure.ac#L1554
KODI_DEPENDENCIES += lirc-tools
endif
-ifeq ($(BR2_PACKAGE_KODI_LIBTHEORA),y)
-KODI_DEPENDENCIES += libtheora
-endif
-
# kodi needs libva & libva-glx
ifeq ($(BR2_PACKAGE_KODI_LIBVA)$(BR2_PACKAGE_MESA3D_DRI_DRIVER),yy)
KODI_DEPENDENCIES += mesa3d libva