[SCM] libav/experimental: 'uname -m' returns IP<number> for MIPS CPUs on IRIX.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:48:22 UTC 2013


The following commit has been merged in the experimental branch:
commit b028a8667d28d5de390ba68e37edc96e4cbc7154
Author: Diego Biurrun <diego at biurrun.de>
Date:   Thu Jun 29 07:52:07 2006 +0000

    'uname -m' returns IP<number> for MIPS CPUs on IRIX.
    
    Originally committed as revision 5541 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index 0b6e36d..0ed1373 100755
--- a/configure
+++ b/configure
@@ -341,7 +341,7 @@ case "$cpu" in
   "Power Macintosh"|ppc|powerpc)
     cpu="powerpc"
   ;;
-  mips|mipsel)
+  mips|mipsel|IP*)
     cpu="mips"
   ;;
   sun4u|sparc64)

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list