Commit ddb8c639 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

libplayer: mark python bindings as broken

As it doesn't build.

- upstream didn't adjust player_init call when prototype changed:
  http://hg.geexbox.org/libplayer/rev/e3705df5ce2e



- It tries to build the extension for the host, and not the target:

building 'player' extension
/usr/bin/gcc -pthread -fno-strict-aliasing -O2 ..
/usr/bin/ld: skipping incompatible ./../../src/libplayer.so when
searching for -lplayer.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 0fccab65
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ comment "gstreamer backend requires a toolchain with WCHAR support"

config BR2_PACKAGE_LIBPLAYER_PYTHON
	depends on BR2_PACKAGE_PYTHON
	depends on BROKEN # player_init params, builds for host
	bool "Libplayer python bindings"
endif