AndroidFFmpeg
AndroidFFmpeg copied to clipboard
can't find a register in class 'CORE_REGS' while reloading 'asm'
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
I try add ffmpeg's configure
--disable-parser=dca
--disable-decoder=dca
can build success,but have signal 6,11,can't solve it.
I change NDK to r10 e.The bug was repaired