ltib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Ltib] Adding Ogg Theora Specs


From: Alan Carvalho de Assis
Subject: Re: [Ltib] Adding Ogg Theora Specs
Date: Wed, 24 Jun 2009 14:37:59 -0300

Hi Fabio,

In fact I did it here to test:

case "${PLATFORM}" in
    mpc8323eisr | mpc832x_rdb | mpc832xemds | mpc860fads | qs875s |
tqm823l | zen | imx27ads)
        HARD_FP="no"
        ;;
    *)
        HARD_FP="yes"
        ;;
esac

But the performance became worse, this is because I keep it this way.

Best Regards,

Alan

On 6/24/09, Estevam Fabio-R49496 <address@hidden> wrote:
> Alan,
>
> On the FPU check:
>
> case "${PLATFORM}" in
>     mpc8323eisr | mpc832x_rdb | mpc832xemds | mpc860fads | qs875s |
> tqm823l | zen)
>         HARD_FP="no"
>         ;;
>     *)
>         HARD_FP="yes"
>         ;;
> esac
>
> You only check for PowerPC platforms. I think it would be better if you
> could add entry for i.MX platform as well (MX31/35 have FPU, MX21/27 do
> not).
>
> Regards,
>
> Fabio Estevam
>
> -----Original Message-----
> From: address@hidden
> [mailto:address@hidden On Behalf
> Of Alan Carvalho de Assis
> Sent: Tuesday, June 23, 2009 11:49 AM
> To: ltib
> Subject: [Ltib] Adding Ogg Theora Specs
>
> I created these spec files in order to get libtheora working on LTIB.
>
> Liboil.spec was used as "template" spec.
>
> Regards,
>
> Alan
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]