package/kodi: remove dependency to libsamplerate
authorBernd Kuhls <bernd.kuhls@t-online.de>
Wed, 10 Feb 2021 17:40:23 +0000 (18:40 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 11 Feb 2021 22:16:41 +0000 (23:16 +0100)
This package is not needed anymore since 2014:
https://github.com/xbmc/xbmc/commit/e36e4f0e2a46764d0c4341a5caf50cae6f772504

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/kodi/Config.in
package/kodi/kodi.mk

index 8453ba0e076411ecd893e8474c50cd7d9aaef454..ecc5a05324961717e6c7e7ca3cc86c7f540bac0a 100644 (file)
@@ -88,7 +88,6 @@ menuconfig BR2_PACKAGE_KODI
        select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
        select BR2_PACKAGE_LIBICONV_EXTRA_ENCODINGS if !BR2_ENABLE_LOCALE
        select BR2_PACKAGE_LIBPLIST
-       select BR2_PACKAGE_LIBSAMPLERATE
        select BR2_PACKAGE_LZO
        select BR2_PACKAGE_NCURSES
        select BR2_PACKAGE_OPENSSL
index 80a8d4e6bfd4a5eda218753a83c36fc309f8a89d..3f22db48a3c4350a94e5a4e62c8e928336d0ceb9 100644 (file)
@@ -37,7 +37,6 @@ KODI_DEPENDENCIES = \
        libcurl \
        libfribidi \
        libplist \
-       libsamplerate \
        lzo \
        ncurses \
        openssl \