]> git.sesse.net Git - ffmpeg/commit
avcodec/aacdec: fix compilation under soft float MIPS
authorRosen Penev <rosenp@gmail.com>
Mon, 6 Apr 2020 03:37:10 +0000 (20:37 -0700)
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>
Sat, 11 Apr 2020 12:00:32 +0000 (14:00 +0200)
commit875ba2333340c2e13af370832e49c9371ffb0f91
tree6e560b0ce3acdfa816ee74868590770e41e425e9
parentdbc5c0c1c8b205b7f2af6c00177d99d5f44e9207
avcodec/aacdec: fix compilation under soft float MIPS

Place HAVE_MIPSFPU further up so that functions that use floating point
ASM are defined away. Otherwise compilation failures result when soft
float in enabled on the toolchain.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
libavcodec/mips/aacdec_mips.c
libavcodec/mips/aacpsdsp_mips.c
libavcodec/mips/aacsbr_mips.c
libavcodec/mips/sbrdsp_mips.c