From 5b34250da047cbb92fd2059b97a44f93ec34d17c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= <mans@mansr.com>
Date: Tue, 19 May 2009 19:38:44 +0000
Subject: [PATCH] configure: add some MIPS CPUs

Originally committed as revision 18872 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 configure | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configure b/configure
index ba18d8fa1ab..1f923f424b1 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."
         ;;
-- 
GitLab