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 select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
8 select BR2_PACKAGE_FFMPEG
9 select BR2_PACKAGE_FFMPEG_SWSCALE
10 select BR2_PACKAGE_ZLIB
11 # Select xkbcommon for wayland to avoid being mysterious
12 select BR2_PACKAGE_LIBXKBCOMMON if BR2_PACKAGE_WAYLAND
14 mpv is a fork of mplayer2 and MPlayer. It shares some features
15 with the former projects while introducing many more.
19 comment "mpv needs a toolchain w/ threads, gcc >= 4.5"
20 depends on BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS
21 depends on BR2_TOOLCHAIN_HAS_ATOMIC || BR2_TOOLCHAIN_HAS_SYNC_8
22 depends on !BR2_TOOLCHAIN_HAS_THREADS || \
23 !BR2_TOOLCHAIN_GCC_AT_LEAST_4_5