瀏覽代碼

package/kodi: remove dependency to libsamplerate

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>
Bernd Kuhls 4 年之前
父節點
當前提交
8c476e1bb7
共有 2 個文件被更改,包括 0 次插入2 次删除
  1. 0 1
      package/kodi/Config.in
  2. 0 1
      package/kodi/kodi.mk

+ 0 - 1
package/kodi/Config.in

@@ -88,7 +88,6 @@ menuconfig BR2_PACKAGE_KODI
 	select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
 	select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
 	select BR2_PACKAGE_LIBICONV_EXTRA_ENCODINGS if !BR2_ENABLE_LOCALE
 	select BR2_PACKAGE_LIBICONV_EXTRA_ENCODINGS if !BR2_ENABLE_LOCALE
 	select BR2_PACKAGE_LIBPLIST
 	select BR2_PACKAGE_LIBPLIST
-	select BR2_PACKAGE_LIBSAMPLERATE
 	select BR2_PACKAGE_LZO
 	select BR2_PACKAGE_LZO
 	select BR2_PACKAGE_NCURSES
 	select BR2_PACKAGE_NCURSES
 	select BR2_PACKAGE_OPENSSL
 	select BR2_PACKAGE_OPENSSL

+ 0 - 1
package/kodi/kodi.mk

@@ -37,7 +37,6 @@ KODI_DEPENDENCIES = \
 	libcurl \
 	libcurl \
 	libfribidi \
 	libfribidi \
 	libplist \
 	libplist \
-	libsamplerate \
 	lzo \
 	lzo \
 	ncurses \
 	ncurses \
 	openssl \
 	openssl \