[Buildroot] [PATCH 1/1] package/ffmpeg: needs sync_4

Bernd Kuhls bernd.kuhls at t-online.de
Thu May 25 09:31:19 UTC 2017


Fixes
http://autobuild.buildroot.net/results/b3e/b3eaaf6d73cd49f5919143aeaa5cbb4d15a7ccc3/

Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
---
 package/ffmpeg/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/ffmpeg/Config.in b/package/ffmpeg/Config.in
index 383374ddb..1326c7b8d 100644
--- a/package/ffmpeg/Config.in
+++ b/package/ffmpeg/Config.in
@@ -4,6 +4,7 @@ config BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS
 	# No support for ARMv7-M in the ARM assembly logic
 	# Microblaze build affected by gcc PR71124 (infinite loop)
 	default y if !BR2_nios2 && !BR2_ARM_CPU_ARMV7M && !BR2_microblaze
+	depends on BR2_TOOLCHAIN_HAS_SYNC_4
 
 menuconfig BR2_PACKAGE_FFMPEG
 	bool "ffmpeg"
-- 
2.11.0



More information about the buildroot mailing list