ff_wmv2dsp_init_mips is a void function that only does anything for
HAVE_MMI, which is 64-bit specific.
Signed-off-by: Rosen Penev
---
libavcodec/wmv2dsp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/wmv2dsp.c b/libavcodec/wmv2dsp.c
index 543f01b852
On Sun, Apr 12, 2020 at 7:40 AM Michael Niedermayer
wrote:
>
> On Sat, Apr 11, 2020 at 06:54:32PM -0700, Rosen Penev wrote:
> > get_cabac_inline for mips uses inline asm that relies on mips32
> > instructions.
> >
> > Signed-off-by: Rosen Penev
> > ---
> &
On other platforms, the functions are named get_cabac_inline_xxx but not
this one. There's also a define.
Signed-off-by: Rosen Penev
---
libavcodec/mips/cabac.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/mips/cabac.h b/libavcodec/mips/cabac.h
index cc40d
get_cabac_inline for mips uses inline asm that relies on mips32
instructions.
Signed-off-by: Rosen Penev
---
libavcodec/mips/cabac.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libavcodec/mips/cabac.h b/libavcodec/mips/cabac.h
index 2a05e5ab3c..cc40dbba15 100644
--- a/libavcodec/mips
soft float systems do not define these macros under musl.
Fixes: Ticket7102
Signed-off-by: Rosen Penev
---
libavfilter/vf_drawtext.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libavfilter/vf_drawtext.c b/libavfilter/vf_drawtext.c
index 887a686d16..abe1ca6c35 100644
--- a/libavfilter
On Mon, Apr 6, 2020 at 2:42 PM Carl Eugen Hoyos wrote:
>
> Am Mo., 6. Apr. 2020 um 07:29 Uhr schrieb Rosen Penev :
> >
> > Place HAVE_MIPSFPU further up so that functions that use floating point
> > ASM are defined away. Otherwise compilation failures result when soft
>
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
---
libavcodec/mips/aacdec_mips.c | 4 ++--
libavcodec/mips/aacpsdsp_mips.c | 4