ffmpeg/libavutil/mips/Makefile
Andreas Rheinhardt 1a9c345ee8 avutil/mips: Add msa optimizations for pixelutils
Adapted from the corresponding me_cmp code. Only the width 16 function
has been adapted, because it seems that the width 8 function actually
reads 16 bytes per line.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2026-03-09 10:17:26 +01:00

3 lines
97 B
Makefile

OBJS += mips/float_dsp_mips.o mips/cpu.o
MSA-OBJS-$(CONFIG_PIXELUTILS) += mips/pixelutils_msa.o