[FFmpeg-cvslog] avcodec/mips: fix get_cabac_inline_mips function name

2020-04-12 Thread Rosen Penev
ffmpeg | branch: master | Rosen Penev | Sat Apr 11 18:54:33 2020 -0700| [4fa4ab97f9e65217ba9497f3ed541cd04169d2cd] | committer: Michael Niedermayer avcodec/mips: fix get_cabac_inline_mips function name On other platforms, the functions are named get_cabac_inline_xxx but not this one. There&#

[FFmpeg-cvslog] avcodec/aacdec: fix compilation under soft float MIPS

2020-04-11 Thread Rosen Penev
ffmpeg | branch: master | Rosen Penev | Sun Apr 5 20:37:10 2020 -0700| [875ba240c2e13af370832e49c9371ffb0f91] | committer: Carl Eugen Hoyos avcodec/aacdec: fix compilation under soft float MIPS Place HAVE_MIPSFPU further up so that functions that use floating point ASM are defined away

[FFmpeg-cvslog] avfilter/vf_drawtext: only test available exceptions

2020-04-08 Thread Rosen Penev
ffmpeg | branch: master | Rosen Penev | Mon Apr 6 17:38:59 2020 -0700| [8beb9e571ca6fb38d5f784bedd581398fb3da06f] | committer: Carl Eugen Hoyos avfilter/vf_drawtext: only test available exceptions soft float systems do not define these macros under musl. Fixes: Ticket7102 Signed-off-by