[FFmpeg-devel] [PATCH 2/4] x86: xvid_idct: port MMX IDCT to yasm

Christophe Gisquet christophe.gisquet at gmail.com
Wed Mar 11 15:09:51 CET 2015


2015-03-11 2:26 GMT+01:00 Michael Niedermayer <michaelni at gmx.at>:
> this breaks
> make libavcodec/dct-test
> ...
> LD      libavcodec/dct-test
> libavcodec/dct-test.o:(.rodata+0xe8): undefined reference to `ff_xvid_idct_mmx'
> libavcodec/dct-test.o:(.rodata+0x108): undefined reference to `ff_xvid_idct_mmxext'

This is because they are no longer build for ARCH_X86_64. What would
be the preference here? Not testing them then, or keep testing them
(and therefore, do compile them)?

-- 
Christophe


More information about the ffmpeg-devel mailing list