Derek Buitenhuis <[email protected]> writes:

> Signed-off-by: Derek Buitenhuis <[email protected]>
> ---
>  configure |    4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/configure b/configure
> index a97198c..f432068 100755
> --- a/configure
> +++ b/configure
> @@ -2354,6 +2354,10 @@ elif enabled ppc; then
>              cpuflags="-mcpu=cell"
>              enable ldbrx
>          ;;
> +        e500mc)
> +            cpuflags="-mcpu=e500mc"
> +            disable altivec
> +        ;;
>          e500v2)
>              cpuflags="-mcpu=8548 -mhard-float -mfloat-gprs=double"
>              disable altivec
> -- 

LGTM

Did you get someone to test this on the hardware?

-- 
Måns Rullgård
[email protected]
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to