diff options
author | Vicente Olivert Riera <Vincent.Riera@imgtec.com> | 2015-12-03 13:22:16 +0000 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-12-04 02:35:42 +0100 |
commit | a27401a05ba31fe4a8f7824d376c1d48d2e571a9 (patch) | |
tree | 130760407361cc9c2174a51e3fc4ace54d3c3523 /libavcodec/mips/ac3dsp_mips.c | |
parent | eb3628d87f67b35e8dd354a466028e93bdd7f9c0 (diff) | |
download | ffmpeg-a27401a05ba31fe4a8f7824d376c1d48d2e571a9.tar.gz |
mips: rename mipsdspr1 to mipsdsp
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/mips/ac3dsp_mips.c')
-rw-r--r-- | libavcodec/mips/ac3dsp_mips.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/mips/ac3dsp_mips.c b/libavcodec/mips/ac3dsp_mips.c index 01c7de57a0..da4919f6eb 100644 --- a/libavcodec/mips/ac3dsp_mips.c +++ b/libavcodec/mips/ac3dsp_mips.c @@ -59,7 +59,7 @@ #include "libavutil/mips/asmdefs.h" #if HAVE_INLINE_ASM -#if HAVE_MIPSDSPR1 +#if HAVE_MIPSDSP static void ac3_bit_alloc_calc_bap_mips(int16_t *mask, int16_t *psd, int start, int end, int snr_offset, int floor, @@ -400,7 +400,7 @@ static void ac3_downmix_mips(float **samples, float (*matrix)[2], void ff_ac3dsp_init_mips(AC3DSPContext *c, int bit_exact) { #if HAVE_INLINE_ASM -#if HAVE_MIPSDSPR1 +#if HAVE_MIPSDSP c->bit_alloc_calc_bap = ac3_bit_alloc_calc_bap_mips; c->update_bap_counts = ac3_update_bap_counts_mips; #endif |