1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-14 19:13:30 +02:00
ffmpeg/libavcodec/mips
James Cowgill eae13eae9d configure, mips: remove MIPS32R2, merging it with MIPSFPU
There are no independant uses of mips32r2 instructions except for the
FPU parts. Due to the heavy use of mips32r2 specifc fpu extensions, I
am guessing the original author intended MIPSFPU to imply MIPS32R2 anyway.

Since these fpu instructions are available on mips64 (non-r2), enable them
there as well.

Also remove the last occurence of HAVE_MIPS32R2 (which is coupled to
HAVE_MIPSFPU anyway).

mips32r2 is left in the list of options form compatability so that using
--disable-mips32r2 doesn't break anything.

Signed-off-by: James Cowgill <james410@cowgill.org.uk>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-03-06 14:01:31 +01:00
..
aaccoder_mips.c mips/aaccoder: use variables instead of using register names directly 2015-03-03 21:58:36 +01:00
aacdec_mips.c mips: use float* to hold pointer instead of int 2015-03-03 21:36:33 +01:00
aacdec_mips.h mips/aacdec: remove uses of mips32r2 specific ext instructions 2015-03-06 13:59:39 +01:00
aacpsdsp_mips.c mips: use float* to hold pointer instead of int 2015-03-03 21:36:33 +01:00
aacpsy_mips.h
aacsbr_mips.c
aacsbr_mips.h
ac3dsp_mips.c configure, mips: remove MIPS32R2, merging it with MIPSFPU 2015-03-06 14:01:31 +01:00
acelp_filters_mips.c mips/acelp_filters: fix incorrect register constraint 2015-02-26 16:40:34 +01:00
acelp_vectors_mips.c
amrwbdec_mips.c
amrwbdec_mips.h
celp_filters_mips.c
celp_math_mips.c
compute_antialias_fixed.h
compute_antialias_float.h
fft_mips.c mips/fft: remove some useless assembly 2015-02-26 15:46:46 +01:00
fmtconvert_mips.c Merge commit 'd74a8cb7e42f703be5796eeb485f06af710ae8ca' 2015-02-28 23:58:29 +01:00
iirfilter_mips.c
lsp_mips.h
Makefile avcodec/mips/Makefile: Build fmtconvert_mips only if CONFIG_FMTCONVERT is set 2015-03-01 03:48:44 +01:00
mathops.h
mpegaudiodsp_mips_fixed.c
mpegaudiodsp_mips_float.c
sbrdsp_mips.c mips: use float* to hold pointer instead of int 2015-03-03 21:36:33 +01:00