Hello,
multimedia/x264 assembly will generate bus errors.
Tested with ffmpeg.
Regards,
adr.
================================================
RCS file: /cvs/ports/multimedia/x264/Makefile,v
retrieving revision 1.51
diff -u -p -r1.51 Makefile
--- Makefile 22 Jul 2019 06:56:33 -0000 1.51
+++ Makefile 9 Aug 2019 17:21:46 -0000
@@ -40,7 +40,7 @@ CONFIGURE_ARGS+=--prefix=${PREFIX} \
--disable-lavf \
--disable-swscale
-.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "powerpc"
+.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} ==
"arm"
CONFIGURE_ARGS+=--disable-asm
.endif