On 29/09/15 18:28, Vicente Olivert Riera wrote: > The correct instruction for mips32r1 is addi. > > Signed-off-by: Vicente Olivert Riera <[email protected]> > --- > configure | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/configure b/configure > index cb48ee1..58a8cb6 100755 > --- a/configure > +++ b/configure > @@ -4079,7 +4079,7 @@ elif enabled mips; then > else > check_inline_asm mips32r6 '"aui $0, $0, 0"' || > check_inline_asm mips32r2 '"ext $0, $0, 0, 1"' || > - check_inline_asm mips32r1 '"daddi $0, $0, 0"' > + check_inline_asm mips32r1 '"addi $0, $0, 0"' > fi > > elif enabled parisc; then >
Ok. _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
