mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-07 02:10:00 +00:00
Change register constraint on the v variable from = to +. This was causing GCC
to think that the v variable was never read and therefore not initialize it.
This fixes about 20 fate failures on mips64el.
Signed-off-by: James Cowgill <james410@cowgill.org.uk>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| aaccoder_mips.c | ||
| aacdec_mips.c | ||
| aacdec_mips.h | ||
| aacpsdsp_mips.c | ||
| aacpsy_mips.h | ||
| aacsbr_mips.c | ||
| aacsbr_mips.h | ||
| ac3dsp_mips.c | ||
| acelp_filters_mips.c | ||
| 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 | ||
| fmtconvert_mips.c | ||
| iirfilter_mips.c | ||
| lsp_mips.h | ||
| Makefile | ||
| mathops.h | ||
| mpegaudiodsp_mips_fixed.c | ||
| mpegaudiodsp_mips_float.c | ||
| sbrdsp_mips.c | ||