mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-04-30 03:20:36 +08:00
mips: Add dependencies on HAVE_INLINE_ASM
Add dependencies on HAVE_INLINE_ASM for files and parts of code where it is necessary. Signed-off-by: Nedeljko Babic <nbabic@mips.com> Reviewed-by: Vitor Sessak <vitor1001@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
committed by
Michael Niedermayer
parent
2d71f31df2
commit
304a1ed1e8
@@ -11,5 +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-$(HAVE_INLINE_ASM) += mips/fmtconvert_mips.o
|
||||
MIPSFPU-OBJS-$(HAVE_INLINE_ASM) += mips/dsputil_mips.o
|
||||
MIPSFPU-OBJS += mips/dsputil_mips.o \
|
||||
mips/fmtconvert_mips.o
|
||||
|
||||
Reference in New Issue
Block a user