[FFmpeg-devel] [PATCH 4/4] avutil/mips/intreadwrite: build fix for mips64r6 (instruction 'lwl' not supported)

2015-04-09 Thread shivraj.patil
From: Shivraj Patil Signed-off-by: Shivraj Patil --- libavutil/mips/intreadwrite.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavutil/mips/intreadwrite.h b/libavutil/mips/intreadwrite.h index 9ba0491..32084f6 100644 --- a/libavutil/mips/intreadwrite.h +++ b/libavu

Re: [FFmpeg-devel] [PATCH 4/4] avutil/mips/intreadwrite: build fix for mips64r6 (instruction 'lwl' not supported)

2015-04-01 Thread Timothy Gu
On Wed, Apr 1, 2015 at 6:56 AM wrote: > From: Shivraj Patil > > Note:- This is a preparation patch to submit optimized code for msa(mips > simd architecture). > > Signed-off-by: Shivraj Patil > --- > libavutil/mips/intreadwrite.h | 2 ++ > 1 file changed, 2 insertions(+) > > mode change 100

Re: [FFmpeg-devel] [PATCH 4/4] avutil/mips/intreadwrite: build fix for mips64r6 (instruction 'lwl' not supported)

2015-04-01 Thread Nedeljko Babic
: build fix for mips64r6 (instruction 'lwl' not supported) From: Shivraj Patil Note:- This is a preparation patch to submit optimized code for msa(mips simd architecture). Signed-off-by: Shivraj Patil --- libavutil/mips/intreadwrite.h | 2 ++ 1 file changed, 2 insertion

[FFmpeg-devel] [PATCH 4/4] avutil/mips/intreadwrite: build fix for mips64r6 (instruction 'lwl' not supported)

2015-04-01 Thread shivraj.patil
From: Shivraj Patil Note:- This is a preparation patch to submit optimized code for msa(mips simd architecture). Signed-off-by: Shivraj Patil --- libavutil/mips/intreadwrite.h | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 libavutil/mips/intreadwrite.h diff --git a/lib