[FFmpeg-devel] [PATCH v7 3/3] mips: add support for R6

Michael Niedermayer michael at niedermayer.cc
Wed Mar 9 20:05:56 CET 2016


On Wed, Feb 24, 2016 at 04:38:22PM +0000, Vicente Olivert Riera wrote:
> Understanding the mips32r6 and mips64r6 ISAs in the configure script is
> not enough. In order to have full support for MIPS R6 in FFmpeg we need
> to be able to build it, and for that we need to make sure we don't use
> incompatible assembler code which makes the build fail. Ifdefing the
> offending code is sufficient to fix the problem.
> 
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera at imgtec.com>
> ---
> Changes v1 -> v7:
>  - Nothing.
> 
>  libavcodec/mips/aaccoder_mips.c           |  4 ++++
>  libavcodec/mips/aacdec_mips.h             |  2 ++
>  libavcodec/mips/aacpsdsp_mips.c           |  4 ++++
>  libavcodec/mips/aacpsy_mips.h             |  2 ++
>  libavcodec/mips/aacsbr_mips.c             |  4 ++++
>  libavcodec/mips/aacsbr_mips.h             |  2 ++
>  libavcodec/mips/ac3dsp_mips.c             |  6 +++++-
>  libavcodec/mips/acelp_filters_mips.c      |  4 ++++
>  libavcodec/mips/acelp_vectors_mips.c      |  4 ++++
>  libavcodec/mips/amrwbdec_mips.c           |  2 ++
>  libavcodec/mips/amrwbdec_mips.h           |  2 ++
>  libavcodec/mips/celp_filters_mips.c       |  4 ++++
>  libavcodec/mips/celp_math_mips.c          |  4 ++++
>  libavcodec/mips/compute_antialias_float.h |  2 ++
>  libavcodec/mips/fft_mips.c                |  4 ++++
>  libavcodec/mips/iirfilter_mips.c          |  4 ++++
>  libavcodec/mips/lsp_mips.h                |  2 ++
>  libavcodec/mips/mpegaudiodsp_mips_fixed.c | 10 ++++++++++
>  libavcodec/mips/mpegaudiodsp_mips_float.c | 10 ++++++++++
>  libavcodec/mips/sbrdsp_mips.c             |  4 ++++
>  libavutil/mips/float_dsp_mips.c           |  4 ++++
>  21 files changed, 83 insertions(+), 1 deletion(-)

applied

thanks

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

While the State exists there can be no freedom; when there is freedom there
will be no State. -- Vladimir Lenin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20160309/81359222/attachment.sig>


More information about the ffmpeg-devel mailing list