[FFmpeg-cvslog] configure: replace arch loongson with arch extra list loongson
周晓勇
git at videolan.org
Fri May 8 14:25:19 CEST 2015
ffmpeg | branch: master | 周晓勇 <zhouxiaoyong at loongson.cn> | Fri May 8 18:16:14 2015 +0800| [b6d8afd8208ae45f48cdf55932e8b09f8c6ab967] | committer: Michael Niedermayer
configure: replace arch loongson with arch extra list loongson
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b6d8afd8208ae45f48cdf55932e8b09f8c6ab967
---
configure | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/configure b/configure
index 91744c9..87b4ffd 100755
--- a/configure
+++ b/configure
@@ -1577,6 +1577,9 @@ ARCH_EXT_LIST_MIPS="
mipsdspr1
mipsdspr2
msa
+"
+
+ARCH_EXT_LIST_LOONGSON="
loongson3
"
@@ -1617,7 +1620,7 @@ ARCH_EXT_LIST="
$ARCH_EXT_LIST_PPC
$ARCH_EXT_LIST_X86
$ARCH_EXT_LIST_MIPS
- loongson
+ $ARCH_EXT_LIST_LOONGSON
"
ARCH_FEATURES="
More information about the ffmpeg-cvslog
mailing list