2016-04-27 15:12:02 +02:00
|
|
|
config BR2_PACKAGE_MPV
|
|
|
|
bool "mpv"
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2016-05-26 17:54:19 +02:00
|
|
|
depends on BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS
|
2016-06-26 20:12:05 +02:00
|
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_5
|
2016-04-27 15:12:02 +02:00
|
|
|
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
|
|
|
select BR2_PACKAGE_FFMPEG
|
|
|
|
select BR2_PACKAGE_FFMPEG_SWSCALE
|
|
|
|
select BR2_PACKAGE_ZLIB
|
2016-04-28 14:14:33 +02:00
|
|
|
# Select xkbcommon for wayland to avoid being mysterious
|
2016-04-28 13:20:45 +02:00
|
|
|
select BR2_PACKAGE_LIBXKBCOMMON if BR2_PACKAGE_WAYLAND
|
2016-04-27 15:12:02 +02:00
|
|
|
help
|
|
|
|
mpv is a fork of mplayer2 and MPlayer. It shares some features
|
|
|
|
with the former projects while introducing many more.
|
|
|
|
|
|
|
|
https://mpv.io/
|
|
|
|
|
2016-06-26 20:12:05 +02:00
|
|
|
comment "mpv needs a toolchain w/ threads, gcc >= 4.5"
|
2016-05-26 17:54:19 +02:00
|
|
|
depends on BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS
|
2016-06-26 20:12:05 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || \
|
|
|
|
!BR2_TOOLCHAIN_GCC_AT_LEAST_4_5
|