package/kodi: remove optional libtheora support
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>
This commit is contained in:
parent
e3c4eee3b7
commit
2ba1fb9bdd
@ -146,6 +146,12 @@ endif
|
||||
|
||||
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
|
||||
|
@ -251,13 +251,6 @@ config BR2_PACKAGE_KODI_LIBSMBCLIENT
|
||||
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
|
||||
|
@ -315,10 +315,6 @@ ifeq ($(BR2_PACKAGE_LIRC_TOOLS),y)
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user