Subject: CVS commit: pkgsrc/multimedia
From: Nia Alarie
Date: 2025-04-17 16:21:39
Message id: 20250417142139.1DE71FBE3@cvs.NetBSD.org

Log Message:
ffmpeg[7,5,4,3]: Fix build on NetBSD/mips64

The assembler code uses MIPS IV instructions while the NetBSD
toolchain defaults to MIPS III. This renders the package
uncompilable.

ffmpeg2 is unaffected, ffmpeg6 already has the fix applied.

XXX unsure if we're running mips64 on any MIPS III processors by
default, but this is at least better than the package failing on
every mips64 processor

Files:
RevisionActionfile
1.45modifypkgsrc/multimedia/ffmpeg3/Makefile.common
1.36modifypkgsrc/multimedia/ffmpeg4/Makefile.common
1.14modifypkgsrc/multimedia/ffmpeg5/Makefile.common
1.11modifypkgsrc/multimedia/ffmpeg7/Makefile.common