AndroidFFmpeg icon indicating copy to clipboard operation
AndroidFFmpeg copied to clipboard

can't find a register in class 'CORE_REGS' while reloading 'asm'

Open lyqaiym opened this issue 10 years ago • 2 comments

libavcodec/arm/dca.h:36:5: error: can't find a register in class 'CORE_REGS' while reloading 'asm' asm ("smmul %8, %14, %18 \n" ^ libavcodec/arm/dca.h:36:5: error: 'asm' operand has impossible constraints libavcodec/dcadec.c:1884: confused by earlier errors, bailing out

lyqaiym avatar Aug 31 '15 08:08 lyqaiym

I try add ffmpeg's configure --disable-parser=dca
--disable-decoder=dca
can build success,but have signal 6,11,can't solve it.

lyqaiym avatar Sep 07 '15 03:09 lyqaiym

I change NDK to r10 e.The bug was repaired

lyqaiym avatar Sep 08 '15 08:09 lyqaiym