[SCM] libav/experimental: configure: add some MIPS CPUs

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:46:06 UTC 2013


The following commit has been merged in the experimental branch:
commit 5b34250da047cbb92fd2059b97a44f93ec34d17c
Author: Måns Rullgård <mans at mansr.com>
Date:   Tue May 19 19:38:44 2009 +0000

    configure: add some MIPS CPUs
    
    Originally committed as revision 18872 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index ba18d8f..1f923f4 100755
--- a/configure
+++ b/configure
@@ -1847,6 +1847,9 @@ if test $cpu != "generic"; then
         bf*)
             add_cflags -mcpu=$cpu
         ;;
+        mips*|[45]k*|[237]4k*|m4k|r*000|loongson2[ef])
+            add_cflags -march=$cpu
+        ;;
         *)
             echo "WARNING: Unknown CPU \"$cpu\", ignored."
         ;;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list