Skip to content

Commit 1a8b1ea

Browse files
Zakharov Vladjacmet
authored andcommitted
mpv: disable with ARC external toolchain
This package fails when building with ARC external toolchain Marking this with special comment "# ARC toolchain issue" as the package is to be enabled as soon as the issue with the ARC toolchain is resolved. Fixes: http://autobuild.buildroot.net/results/fb6/fb677a917545adee321bdcd2c2519c81326448c4// Signed-off-by: Vlad Zakharov <[email protected]> Signed-off-by: Peter Korsgaard <[email protected]>
1 parent f920873 commit 1a8b1ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package/mpv/Config.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ config BR2_PACKAGE_MPV
44
depends on BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS
55
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_5
66
depends on BR2_TOOLCHAIN_HAS_ATOMIC || BR2_TOOLCHAIN_HAS_SYNC_8
7+
# ARC toolchain issue
8+
depends on !BR2_TOOLCHAIN_EXTERNAL_SYNOPSYS_ARC
79
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
810
select BR2_PACKAGE_FFMPEG
911
select BR2_PACKAGE_FFMPEG_SWSCALE
@@ -21,3 +23,4 @@ comment "mpv needs a toolchain w/ threads, gcc >= 4.5"
2123
depends on BR2_TOOLCHAIN_HAS_ATOMIC || BR2_TOOLCHAIN_HAS_SYNC_8
2224
depends on !BR2_TOOLCHAIN_HAS_THREADS || \
2325
!BR2_TOOLCHAIN_GCC_AT_LEAST_4_5
26+
depends on !BR2_TOOLCHAIN_EXTERNAL_SYNOPSYS_ARC

0 commit comments

Comments
 (0)