diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-01-16 13:22:48 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-01-16 20:15:48 +0100 |
commit | b7bc49a957a11d666e9b3a6838bee774652748ae (patch) | |
tree | 0327f7c4a1c8f3cef7df67b35ab6b231dcf21a3e /libavcodec/mips/Makefile | |
parent | 0942aa463736e169c30270d3627c51c822ce58a7 (diff) | |
download | ffmpeg-b7bc49a957a11d666e9b3a6838bee774652748ae.tar.gz |
mips: move vector_fmul_window_mips to libavutil
Reviewed-by: "Babic, Nedeljko" <nbabic@mips.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/mips/Makefile')
-rw-r--r-- | libavcodec/mips/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libavcodec/mips/Makefile b/libavcodec/mips/Makefile index feeec99a4b..01811975c6 100644 --- a/libavcodec/mips/Makefile +++ b/libavcodec/mips/Makefile @@ -11,6 +11,5 @@ MIPSFPU-OBJS-$(CONFIG_MPEGAUDIODSP) += mips/mpegaudiodsp_mips_float.o MIPSDSPR1-OBJS-$(CONFIG_MPEGAUDIODSP) += mips/mpegaudiodsp_mips_fixed.o OBJS-$(CONFIG_FFT) += mips/fft_init_table.o MIPSFPU-OBJS-$(CONFIG_FFT) += mips/fft_mips.o -MIPSFPU-OBJS += mips/dsputil_mips.o \ - mips/fmtconvert_mips.o +MIPSFPU-OBJS += mips/fmtconvert_mips.o OBJS-$(CONFIG_AC3DSP) += mips/ac3dsp_mips.o |