aa599ae55c85e1f330fef2d4597f31288b0efdb0
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libplayer / Config.in
1 config BR2_PACKAGE_LIBPLAYER
2         depends on BR2_TOOLCHAIN_HAS_THREADS
3         bool "libplayer"
4         help
5           libplayer provides a generic A/V API that relies on various multimedia
6           player for Linux systems. It currently supports MPlayer, xine VLC and
7           GStreamer only
8
9           http://libplayer.geexbox.org/
10
11 if BR2_PACKAGE_LIBPLAYER
12 config BR2_PACKAGE_LIBPLAYER_MPLAYER
13         bool "mplayer backend"
14         # mplayer
15         depends on !(BR2_bfin || BR2_sh2a || BR2_sh4a || BR2_sh4aeb || \
16                 BR2_microblaze || BR2_aarch64 || BR2_nios2)
17         # mplayer
18         # Broken support for <ARMv5
19         depends on !BR2_ARM_CPU_ARMV4
20         select BR2_PACKAGE_MPLAYER
21
22 config BR2_PACKAGE_LIBPLAYER_GSTREAMER
23         bool "gstreamer backend"
24         depends on BR2_USE_WCHAR # glib2
25         depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
26         depends on BR2_USE_MMU # glib2
27         select BR2_PACKAGE_GSTREAMER
28
29 comment "gstreamer backend needs a toolchain w/ wchar, threads"
30         depends on BR2_USE_MMU
31         depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
32
33 config BR2_PACKAGE_LIBPLAYER_PYTHON
34         depends on BR2_PACKAGE_PYTHON
35         depends on BROKEN # player_init params, builds for host
36         bool "Libplayer python bindings"
37 endif
38
39 comment "libplayer needs a toolchain w/ threads"
40         depends on !BR2_TOOLCHAIN_HAS_THREADS