python-cryptography: bump to version 1.7.2
[buildroot-gz.git] / package / mpv / Config.in
blob6e115aedb1550309344c5b2db8273b5a2f0a44bf
1 config BR2_PACKAGE_MPV
2         bool "mpv"
3         depends on BR2_TOOLCHAIN_HAS_THREADS
4         depends on BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS
5         depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_5
6         depends on BR2_TOOLCHAIN_HAS_ATOMIC || BR2_TOOLCHAIN_HAS_SYNC_8
7         # ARC toolchain issue
8         depends on !BR2_TOOLCHAIN_EXTERNAL_SYNOPSYS_ARC
9         select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
10         select BR2_PACKAGE_FFMPEG
11         select BR2_PACKAGE_FFMPEG_SWSCALE
12         select BR2_PACKAGE_ZLIB
13         # Select xkbcommon for wayland to avoid being mysterious
14         select BR2_PACKAGE_LIBXKBCOMMON if BR2_PACKAGE_WAYLAND
15         help
16           mpv is a fork of mplayer2 and MPlayer. It shares some features
17           with the former projects while introducing many more.
19           https://mpv.io/
21 comment "mpv needs a toolchain w/ threads, gcc >= 4.5"
22         depends on BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS
23         depends on BR2_TOOLCHAIN_HAS_ATOMIC || BR2_TOOLCHAIN_HAS_SYNC_8
24         depends on !BR2_TOOLCHAIN_HAS_THREADS || \
25                 !BR2_TOOLCHAIN_GCC_AT_LEAST_4_5
26         depends on !BR2_TOOLCHAIN_EXTERNAL_SYNOPSYS_ARC