summaryrefslogtreecommitdiffstats
path: root/package/mpv/Config.in
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2016-06-26 15:12:05 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-06-26 21:46:32 +0200
commit2eb1903431300926578e0876c411d30e2f5955ee (patch)
tree0a67b2774c2c8c2d7679cfe69da75ce0114a2c71 /package/mpv/Config.in
parent438b03b2ceebff60f8aa08bad1247675e392b945 (diff)
downloadbuildroot-2eb1903431300926578e0876c411d30e2f5955ee.tar.gz
buildroot-2eb1903431300926578e0876c411d30e2f5955ee.zip
mpv: bump to version 0.18.0
gpl3 option removed so drop it otherwise it results in build failure. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/mpv/Config.in')
-rw-r--r--package/mpv/Config.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/package/mpv/Config.in b/package/mpv/Config.in
index 1cef6c5009..25288a43d4 100644
--- a/package/mpv/Config.in
+++ b/package/mpv/Config.in
@@ -2,6 +2,7 @@ config BR2_PACKAGE_MPV
bool "mpv"
depends on BR2_TOOLCHAIN_HAS_THREADS
depends on BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS
+ depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_5
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
select BR2_PACKAGE_FFMPEG
select BR2_PACKAGE_FFMPEG_SWSCALE
@@ -14,6 +15,7 @@ config BR2_PACKAGE_MPV
https://mpv.io/
-comment "mpv needs a toolchain w/ threads"
+comment "mpv needs a toolchain w/ threads, gcc >= 4.5"
depends on BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS
- depends on !BR2_TOOLCHAIN_HAS_THREADS
+ depends on !BR2_TOOLCHAIN_HAS_THREADS || \
+ !BR2_TOOLCHAIN_GCC_AT_LEAST_4_5
OpenPOWER on IntegriCloud