On Fri, Jul 03, 2015 at 06:13:25PM +0800, 周晓勇 wrote: > From dc50d05ba8a4d40e17f15a52237f33cff0205fea Mon Sep 17 00:00:00 2001 > From: ZhouXiaoyong <zhouxiaoy...@loongson.cn> > Date: Fri, 3 Jul 2015 16:56:01 +0800 > Subject: [PATCH 4/4] avcodec: loongson optimized h264pred with mmi > > > Signed-off-by: ZhouXiaoyong <zhouxiaoy...@loongson.cn> > --- > libavcodec/mips/Makefile | 1 + > libavcodec/mips/h264pred_init_mips.c | 53 +++ > libavcodec/mips/h264pred_mips.h | 53 +++ > libavcodec/mips/h264pred_mmi.c | 799 > +++++++++++++++++++++++++++++++++++ > 4 files changed, 906 insertions(+)
this fails with: /tmp/ccbnexwo.s: Assembler messages: /tmp/ccbnexwo.s:44: Error: Number (0xfffbfffafff9fff8) larger than 32 bits /tmp/ccbnexwo.s:46: Error: Number (0xfffffffefffdfffc) larger than 32 bits /tmp/ccbnexwo.s:48: Error: Number (0x0004000300020001) larger than 32 bits /tmp/ccbnexwo.s:50: Error: Number (0x0008000700060005) larger than 32 bits /tmp/ccbnexwo.s:195: Error: Number (0x0003000200010000) larger than 32 bits /tmp/ccbnexwo.s:198: Error: Number (0x0007000600050004) larger than 32 bits /tmp/ccbnexwo.s:201: Error: Number (0x000b000a00090008) larger than 32 bits /tmp/ccbnexwo.s:204: Error: Number (0x000f000e000d000c) larger than 32 bits /tmp/ccbnexwo.s:302: Error: Number (0x0101010101010101) larger than 32 bits /tmp/ccbnexwo.s:360: Error: Number (0x0101010101010101) larger than 32 bits /tmp/ccbnexwo.s:1451: Error: Number (0x0001010101010101) larger than 32 bits /tmp/ccbnexwo.s:1531: Error: Number (0x0101010101010101) larger than 32 bits /tmp/ccbnexwo.s:1870: Error: Number (0x0101010101010101) larger than 32 bits make: *** No rule to make target `libavcodec/mips/h264pred_mmi.o', needed by `libavcodec/libavcodec.a'. Stop. [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB I do not agree with what you have to say, but I'll defend to the death your right to say it. -- Voltaire
signature.asc
Description: Digital signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel