summaryrefslogtreecommitdiff
path: root/package/libplayer
diff options
context:
space:
mode:
Diffstat (limited to 'package/libplayer')
-rw-r--r--package/libplayer/Config.in6
-rw-r--r--package/libplayer/libplayer.mk5
2 files changed, 0 insertions, 11 deletions
diff --git a/package/libplayer/Config.in b/package/libplayer/Config.in
index 37fbb26c5b..89809ebcfa 100644
--- a/package/libplayer/Config.in
+++ b/package/libplayer/Config.in
@@ -26,11 +26,5 @@ comment "gstreamer backend needs a toolchain w/ wchar, threads"
depends on BR2_USE_MMU
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
-config BR2_PACKAGE_LIBPLAYER_PYTHON
- depends on BR2_PACKAGE_PYTHON
- depends on BROKEN # player_init params, builds for host
- bool "Libplayer python bindings"
-endif
-
comment "libplayer needs a toolchain w/ threads"
depends on !BR2_TOOLCHAIN_HAS_THREADS
diff --git a/package/libplayer/libplayer.mk b/package/libplayer/libplayer.mk
index ee5362dc46..ace189180f 100644
--- a/package/libplayer/libplayer.mk
+++ b/package/libplayer/libplayer.mk
@@ -39,9 +39,4 @@ else
LIBPLAYER_CONF_OPTS += --disable-gstreamer
endif
-ifeq ($(BR2_PACKAGE_LIBPLAYER_PYTHON),y)
-LIBPLAYER_DEPENDENCIES += python
-LIBPLAYER_CONF_OPTS += --enable-binding-python
-endif
-
$(eval $(autotools-package))