[x264-devel] [PATCH] Updated configure to detect MIPS platform and set flags.
Henrik Gramner
henrik at gramner.com
Sun May 24 23:49:18 CEST 2015
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
More information about the x264-devel
mailing list