[Buildroot] [PATCH 1/1] package/ffmpeg: broken on or1k

Peter Korsgaard peter at korsgaard.com
Sat Aug 31 07:29:55 UTC 2019


>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls at t-online.de> writes:

 > Fixes:
 > http://autobuild.buildroot.net/results/961/9618aeffa7d72162d6643a89470c4a01d044a2dc/

This is an old toolchain:

BR2_TOOLCHAIN_EXTERNAL_URL="http://autobuild.buildroot.net/toolchains/tarballs/br-openrisc-full-2018.02-925-gd4158df.tar.bz2"

Does this also happen with E.G. the internal toolchain?

 > 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 a5c05d9c1c..66a8e09c31 100644
 > --- a/package/ffmpeg/Config.in
 > +++ b/package/ffmpeg/Config.in
 > @@ -14,6 +14,7 @@ config BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS
 >  	# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68467 for more
 >  	# details.
 >  	depends on !BR2_m68k_cf
 > +	depends on !BR2_or1k # assertion fail in binutils
 
 >  menuconfig BR2_PACKAGE_FFMPEG
 >  	bool "ffmpeg"
 > -- 
 > 2.20.1

 > _______________________________________________
 > buildroot mailing list
 > buildroot at busybox.net
 > http://lists.busybox.net/mailman/listinfo/buildroot

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list