[FFmpeg-cvslog] configure: address a copy-paste typo

Vicente Olivert Riera git at videolan.org
Sat Oct 3 09:33:09 CEST 2015


ffmpeg | branch: master | Vicente Olivert Riera <Vincent.Riera at imgtec.com> | Tue Sep 29 17:28:33 2015 +0100| [3f1f6053013d0015e9f115a91a11744807649a07] | committer: Luca Barbato

configure: address a copy-paste typo

The correct instruction for mips32r1 is addi.

Signed-off-by: Vicente Olivert Riera <Vincent.Riera at imgtec.com>
Signed-off-by: Luca Barbato <lu_zero at gentoo.org>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3f1f6053013d0015e9f115a91a11744807649a07
---

 configure |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



More information about the ffmpeg-cvslog mailing list