Module: libav
Branch: release/11
Commit: 59db76b108413e21fb23f15ec240ca44f2e5ee2f

Author:    Vicente Olivert Riera <[email protected]>
Committer: Luca Barbato <[email protected]>
Date:      Tue Sep 29 17:28:33 2015 +0100

configure: address a copy-paste typo

The correct instruction for mips32r1 is addi.

Signed-off-by: Vicente Olivert Riera <[email protected]>
Signed-off-by: Luca Barbato <[email protected]>

---

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

diff --git a/configure b/configure
index a1a1803..34ec7a4 100755
--- a/configure
+++ b/configure
@@ -3904,7 +3904,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

_______________________________________________
libav-commits mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to