diff options
author | 周晓勇 <zhouxiaoyong@loongson.cn> | 2015-05-08 18:16:14 +0800 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-05-08 14:01:38 +0200 |
commit | b6d8afd8208ae45f48cdf55932e8b09f8c6ab967 (patch) | |
tree | c3c01e85d38bc3c36d656e8b4ef7f1ce500ea207 | |
parent | b697b297b77f73c932307120e32c187d521d2ff7 (diff) | |
download | ffmpeg-b6d8afd8208ae45f48cdf55932e8b09f8c6ab967.tar.gz |
configure: replace arch loongson with arch extra list loongson
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rwxr-xr-x | configure | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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=" |