aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/mips/Makefile
diff options
context:
space:
mode:
authorMirjana Vulin <mvulin@mips.com>2013-02-21 14:46:53 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-02-21 22:43:26 +0100
commit46d52a0b098f0c9291dcd2b0c41e8e5d050ab558 (patch)
tree3125f2883a7ef6bc70a8e91790ecee9c39986bb3 /libavcodec/mips/Makefile
parent8d2eb5fe58ae30ddef6b052ffdfa3280cbcc5568 (diff)
downloadffmpeg-46d52a0b098f0c9291dcd2b0c41e8e5d050ab558.tar.gz
mips: optimization for float aac decoder (ps module)
Signed-off-by: Mirjana Vulin <mvulin@mips.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/mips/Makefile')
-rw-r--r--libavcodec/mips/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/mips/Makefile b/libavcodec/mips/Makefile
index ba7d0e166e..8223f11418 100644
--- a/libavcodec/mips/Makefile
+++ b/libavcodec/mips/Makefile
@@ -15,4 +15,5 @@ MIPSFPU-OBJS += mips/fmtconvert_mips.o
OBJS-$(CONFIG_AC3DSP) += mips/ac3dsp_mips.o
OBJS-$(CONFIG_AAC_DECODER) += mips/aacdec_mips.o \
mips/aacsbr_mips.o \
- mips/sbrdsp_mips.o
+ mips/sbrdsp_mips.o \
+ mips/aacpsdsp_mips.o