harfbuzz: security bump to version 1.4.4
[buildroot-gz.git] / package / libplayer / Config.in
blob37fbb26c5b6a802bf8f401cec75ffff04b890731
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
9           http://libplayer.geexbox.org/
11 if BR2_PACKAGE_LIBPLAYER
12 config BR2_PACKAGE_LIBPLAYER_MPLAYER
13         bool "mplayer backend"
14         depends on BR2_PACKAGE_MPLAYER_ARCH_SUPPORTS
15         depends on BR2_TOOLCHAIN_HAS_SYNC_4 # mplayer
16         select BR2_PACKAGE_MPLAYER
18 config BR2_PACKAGE_LIBPLAYER_GSTREAMER
19         bool "gstreamer backend"
20         depends on BR2_USE_WCHAR # glib2
21         depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
22         depends on BR2_USE_MMU # glib2
23         select BR2_PACKAGE_GSTREAMER
25 comment "gstreamer backend needs a toolchain w/ wchar, threads"
26         depends on BR2_USE_MMU
27         depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
29 config BR2_PACKAGE_LIBPLAYER_PYTHON
30         depends on BR2_PACKAGE_PYTHON
31         depends on BROKEN # player_init params, builds for host
32         bool "Libplayer python bindings"
33 endif
35 comment "libplayer needs a toolchain w/ threads"
36         depends on !BR2_TOOLCHAIN_HAS_THREADS