From db6b5ad9bb7756420950edd0b0fb28ed1cdc0057 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Wed, 2 Mar 2016 18:33:31 -0300 Subject: x265: depends on BR2_TOOLCHAIN_HAS_SYNC_4 It uses __sync_fetch_and_add_4() and other 32-bit atomics, fixes: http://autobuild.buildroot.net/results/6cf/6cf4cdfdcd00f92176fd8a901884a3fd0c784f24/ Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- package/gstreamer1/gst1-plugins-bad/Config.in | 1 + 1 file changed, 1 insertion(+) (limited to 'package/gstreamer1') diff --git a/package/gstreamer1/gst1-plugins-bad/Config.in b/package/gstreamer1/gst1-plugins-bad/Config.in index 6e7d21d126..68fed23de4 100644 --- a/package/gstreamer1/gst1-plugins-bad/Config.in +++ b/package/gstreamer1/gst1-plugins-bad/Config.in @@ -671,6 +671,7 @@ config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_X265 bool "x265" depends on BR2_INSTALL_LIBSTDCPP depends on !BR2_STATIC_LIBS + depends on BR2_TOOLCHAIN_HAS_SYNC_4 # x265 select BR2_PACKAGE_X265 help x265 encoding plugin -- cgit v1.2.1