2012-03-27 21:10:02 +00:00
|
|
|
MMI-OBJS += mips/dsputil_mmi.o \
|
|
|
|
mips/idct_mmi.o \
|
2012-06-04 16:02:56 +00:00
|
|
|
mips/mpegvideo_mmi.o
|
|
|
|
|
|
|
|
MIPSFPU-OBJS-$(CONFIG_AMRNB_DECODER) += mips/acelp_filters_mips.o \
|
|
|
|
mips/celp_filters_mips.o \
|
|
|
|
mips/celp_math_mips.o \
|
|
|
|
mips/acelp_vectors_mips.o
|
|
|
|
MIPSFPU-OBJS-$(CONFIG_AMRWB_DECODER) += mips/acelp_filters_mips.o \
|
|
|
|
mips/celp_filters_mips.o \
|
|
|
|
mips/amrwbdec_mips.o \
|
|
|
|
mips/celp_math_mips.o \
|
|
|
|
mips/acelp_vectors_mips.o
|
2012-07-02 12:20:24 +00:00
|
|
|
MIPSFPU-OBJS-$(CONFIG_MPEGAUDIODSP) += mips/mpegaudiodsp_mips_float.o
|
|
|
|
MIPSDSPR1-OBJS-$(CONFIG_MPEGAUDIODSP) += mips/mpegaudiodsp_mips_fixed.o
|