[x264-devel] [PATCH] Updated configure to detect MIPS platform and set flags.

Rishikesh More Rishikesh.More at imgtec.com
Tue May 26 11:25:36 CEST 2015


Hi Henrik,

I checked out the sandbox development tree and tested it on Hardware, it works fine.
But I've some changes in the dct module and the MSA macros. I'll resubmit them.
You can go ahead to add the configure patch and checkasm patch to master, there would be no changes there.

Regarding upstream of config.sub patch on  <config-patches at gnu.org>, I haven't done it yet but will do it soon.

Regards,
Rishikesh

-----Original Message-----
From: x264-devel [mailto:x264-devel-bounces at videolan.org] On Behalf Of Henrik Gramner
Sent: Monday, May 25, 2015 3:19 AM
To: Mailing list for x264 developers
Subject: Re: [x264-devel] [PATCH] Updated configure to detect MIPS platform and set flags.

I pushed all MSA patches with some minor changes to our sandbox development tree ( http://git.videolan.org/?p=x264/x264-sandbox.git ) for the time being, can you test it just to make sure I didn't accidentally mess something up?

> --- a/config.sub
> +++ b/config.sub
> @@ -294,6 +294,10 @@ case $basic_machine in
>         | mipsisa64sb1 | mipsisa64sb1el \
>         | mipsisa64sr71k | mipsisa64sr71kel \
>         | mipstx39 | mipstx39el \
> +       | mips32r5 | mips32r5el \
> +       | mips32r6 | mips32r6el \
> +       | mips64r5 | mips64r5el \
> +       | mips64r6 | mips64r6el \
>         | mn10200 | mn10300 \
>         | moxie \
>         | mt \
> @@ -411,6 +415,10 @@ case $basic_machine in
>         | mipsisa64sb1-* | mipsisa64sb1el-* \
>         | mipsisa64sr71k-* | mipsisa64sr71kel-* \
>         | mipstx39-* | mipstx39el-* \
> +       | mips32r5-* | mips32r5el-* \
> +       | mips32r6-* | mips32r6el-* \
> +       | mips64r5-* | mips64r5el-* \
> +       | mips64r6-* | mips64r6el-* \
>         | mmix-* \
>         | mt-* \
>         | msp430-* \

Have you submitted those changes to upstream <config-patches at gnu.org>?
I'd rather not have to maintain local changes to those files if possible.

Henrik
_______________________________________________
x264-devel mailing list
x264-devel at videolan.org
https://mailman.videolan.org/listinfo/x264-devel


More information about the x264-devel mailing list