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

Rishikesh More Rishikesh.More at imgtec.com
Wed Aug 5 11:29:00 CEST 2015


MIPS related changes in config.sub are already in place at <config-patches at gnu.org>.
The timestamp on config.sub, which is being used in x264, is from 2012.
If you would sync with latest copy you would find all the MIPS related changes in it.
I've tested X264 code for correctness with both Mips32 and Mips64.

Regards,
Rishi


-----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