CVSROOT: /cvs Module name: ports Changes by: [email protected] 2020/11/05 12:42:29
Modified files:
graphics/ffmpeg: Makefile
multimedia/dav1d: Makefile
multimedia/x264: Makefile
Log message:
FFmpeg, dav1d, x264: disable asm on (32-bit) arm. OpenBSD runs this with
strict alignment but the asm code in these assumes that unaligned access
works. From Brad.
