mirror of https://github.com/FFmpeg/FFmpeg.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
1015 B
15 lines
1015 B
MMI-OBJS += mips/dsputil_mmi.o \ |
|
mips/idct_mmi.o \ |
|
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 |
|
MIPSFPU-OBJS-$(CONFIG_MPEGAUDIODSP) += mips/mpegaudiodsp_mips_float.o |
|
MIPSDSPR1-OBJS-$(CONFIG_MPEGAUDIODSP) += mips/mpegaudiodsp_mips_fixed.o
|
|
|