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
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
16 mpv is a fork of mplayer2 and MPlayer. It shares some features
17 with the former projects while introducing many more.
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