Re: [FFmpeg-devel] [PATCH] mips: fix build fail on MIPS R6

2023-03-10 Thread Junxian Zhu
because there were no mips maintainer give me any feedback about this patch, so i had to send mail to you On 2023/3/7 02:08, Michael Niedermayer wrote: > On Mon, Mar 06, 2023 at 05:44:55PM +0800, Junxian Zhu wrote: >> Hello, Michael, can you help to review this pacth? It made ffmpeg compilable

Re: [FFmpeg-devel] [PATCH] mips: fix build fail on MIPS R6

2023-03-06 Thread Michael Niedermayer
On Mon, Mar 06, 2023 at 05:44:55PM +0800, Junxian Zhu wrote: > Hello, Michael, can you help to review this pacth? It made ffmpeg compilable > on mips r6 platform. iam not mips maintainer, i have no mips hw anymore, i know very little about the different mips variants Iam sure there are people who

Re: [FFmpeg-devel] [PATCH] mips: fix build fail on MIPS R6

2023-03-06 Thread Junxian Zhu
Hello, Michael, can you help to review this pacth? It made ffmpeg compilable on mips r6 platform. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-de

Re: [FFmpeg-devel] [PATCH] mips: fix build fail on MIPS R6

2023-02-20 Thread Junxian Zhu
Could anyone review this patch and merge it into master? It will fix build failed problems on mips r6 isa platform. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above,

[FFmpeg-devel] [PATCH] mips: fix build fail on MIPS R6

2022-11-30 Thread Junxian Zhu
From: Junxian Zhu Add macro define to avoid causing build fail with incompatible assembler code on MIPS R6. Signed-off-by: Junxian Zhu --- libavcodec/mips/cabac.h | 2 ++ libavcodec/mips/compute_antialias_fixed.h | 2 ++ libavutil/mips/generic_macros_msa.h | 6 +++---