aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/mips/Makefile
diff options
context:
space:
mode:
authorMirjana Vulin <mvulin@mips.com>2013-01-28 17:47:53 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-01-31 01:23:09 +0100
commit2b6a8187a6ae7407498888298e8d59f90cf94f9d (patch)
treee7f35c24c6e95174282e7ab99152364195e44c9c /libavcodec/mips/Makefile
parent9df9420dea0fc4c523dabc1bb6186c98885bdd9f (diff)
downloadffmpeg-2b6a8187a6ae7407498888298e8d59f90cf94f9d.tar.gz
mips: optimization for float aac decoder (core 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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mips/Makefile b/libavcodec/mips/Makefile
index 01811975c6..609939ded7 100644
--- a/libavcodec/mips/Makefile
+++ b/libavcodec/mips/Makefile
@@ -13,3 +13,4 @@ OBJS-$(CONFIG_FFT) += mips/fft_init_table.o
MIPSFPU-OBJS-$(CONFIG_FFT) += mips/fft_mips.o
MIPSFPU-OBJS += mips/fmtconvert_mips.o
OBJS-$(CONFIG_AC3DSP) += mips/ac3dsp_mips.o
+OBJS-$(CONFIG_AAC_DECODER) += mips/aacdec_mips.o