[FFmpeg-devel] [PATCH] configure: replace arch loongson with arch extra list loongson
Michael Niedermayer
michaelni at gmx.at
Thu May 7 04:45:59 CEST 2015
On Wed, May 06, 2015 at 02:38:21PM +0800, 周晓勇 wrote:
> From a5031b4c4b97f790a40603cff9a1f45cbb043005 Mon Sep 17 00:00:00 2001
> From: ZhouXiaoyong <zhouxiaoyong at loongson.cn>
> Date: Wed, 6 May 2015 14:05:21 +0800
> Subject: [PATCH] configure: replace arch loongson with arch extra list loongson
>
> fate pass when do configure without --cc='ccache gcc' option:
> ./configure --enable-gpl --enable-pthreads --samples=/home/loongson/fate/
> --enable-nonfree --enable-version3 --assert-level=2 --cpu=loongson3a
> --enable-loongson3
>
> Signed-off-by: ZhouXiaoyong <zhouxiaoyong at loongson.cn>
> ---
> configure | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/configure b/configure
> index d3f23c8..0f79874 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="
> @@ -2018,7 +2021,6 @@ setend_deps="arm"
>
> map 'eval ${v}_inline_deps=inline_asm' $ARCH_EXT_LIST_ARM
>
> -loongson_deps="mips"
> mipsfpu_deps="mips"
> mipsdspr1_deps="mips"
> mipsdspr2_deps="mips"
> @@ -4686,8 +4688,6 @@ EOF
>
> elif enabled mips; then
>
> - check_inline_asm loongson '"dmult.g $1, $2, $3"'
> -
these 2 hunks are unrelated to the first 2
they should be in a seperate patch
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
During times of universal deceit, telling the truth becomes a
revolutionary act. -- George Orwell
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150507/270f77c0/attachment.asc>
More information about the ffmpeg-devel
mailing list