summaryrefslogtreecommitdiff
path: root/libavcodec/mpegaudiodec_template.c
diff options
context:
space:
mode:
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>2015-12-03 13:22:16 +0000
committerMichael Niedermayer <michael@niedermayer.cc>2015-12-04 02:35:42 +0100
commita27401a05ba31fe4a8f7824d376c1d48d2e571a9 (patch)
tree130760407361cc9c2174a51e3fc4ace54d3c3523 /libavcodec/mpegaudiodec_template.c
parenteb3628d87f67b35e8dd354a466028e93bdd7f9c0 (diff)
downloadffmpeg-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/mpegaudiodec_template.c')
-rw-r--r--libavcodec/mpegaudiodec_template.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/mpegaudiodec_template.c b/libavcodec/mpegaudiodec_template.c
index 0f32ac7b51..f681ef7a57 100644
--- a/libavcodec/mpegaudiodec_template.c
+++ b/libavcodec/mpegaudiodec_template.c
@@ -1172,9 +1172,9 @@ found2:
# include "mips/compute_antialias_float.h"
#endif /* HAVE_MIPSFPU */
#else
-#if HAVE_MIPSDSPR1
+#if HAVE_MIPSDSP
# include "mips/compute_antialias_fixed.h"
-#endif /* HAVE_MIPSDSPR1 */
+#endif /* HAVE_MIPSDSP */
#endif /* USE_FLOATS */
#ifndef compute_antialias