We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f920873 commit 1a8b1eaCopy full SHA for 1a8b1ea
package/mpv/Config.in
@@ -4,6 +4,8 @@ config BR2_PACKAGE_MPV
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
+ # ARC toolchain issue
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
@@ -21,3 +23,4 @@ comment "mpv needs a toolchain w/ threads, gcc >= 4.5"
21
23
22
24
depends on !BR2_TOOLCHAIN_HAS_THREADS || \
25
!BR2_TOOLCHAIN_GCC_AT_LEAST_4_5
26
0 commit comments