Re: [FFmpeg-devel] [PATCH v3 2/3] libavcodec/mips: Fix build errors reported by clang

2021-06-03 Thread Michael Niedermayer
On Tue, Jun 01, 2021 at 09:02:54PM +0800, yinshiyou...@loongson.cn wrote: [...] > > +}; > > + > > #endif /* AVCODEC_MIPS_ASMDEFS_H */ > > -- > > 2.1.0 > > > > LGTM. will apply thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Opposition brings concord. Ou

[FFmpeg-devel] [PATCH v3 2/3] libavcodec/mips: Fix build errors reported by clang

2021-05-31 Thread Jin Bo
Clang is more strict on the type of asm operands, float or double type variable should use constraint 'f', integer variable should use constraint 'r'. Signed-off-by: Jin Bo --- libavcodec/mips/constants.c | 89 +++-- libavcodec/mips/constants.h | 88 +++-- libavcodec/