python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / libplayer / Config.in
blob1261c1eca4b831d964b96c3601212f743530d618
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
28 endif
30 comment "libplayer needs a toolchain w/ threads"
31         depends on !BR2_TOOLCHAIN_HAS_THREADS