> On Jan 12, 2016, at 1:42 AM, Phil Blundell wrote:
>
> On Mon, 2016-01-11 at 14:58 -0800, Khem Raj wrote:
>> it came into ffmpeg circa 2008 and proliferated into related components
>> primarily to support vectorization and neon
>> which was quite nascent for ARM architecture in those days in g
On Mon, 2016-01-11 at 14:58 -0800, Khem Raj wrote:
> it came into ffmpeg circa 2008 and proliferated into related components
> primarily to support vectorization and neon
> which was quite nascent for ARM architecture in those days in gcc. Today if
> you were to configure libav with default optio
On Mon, Jan 11, 2016 at 3:07 PM, Richard Purdie
wrote:
> On Mon, 2016-01-11 at 14:58 -0800, Khem Raj wrote:
>> > On Jan 7, 2016, at 3:40 PM, Phil Blundell wrote:
>> >
>> > On Thu, 2016-01-07 at 14:29 -0800, Andre McCurdy wrote:
>> > > FULL_OPTIMIZATION_armv7a = "-fexpensive-optimizations -fomit
>
> On Jan 11, 2016, at 3:07 PM, Richard Purdie
> wrote:
>
> On Mon, 2016-01-11 at 14:58 -0800, Khem Raj wrote:
>>> On Jan 7, 2016, at 3:40 PM, Phil Blundell wrote:
>>>
>>> On Thu, 2016-01-07 at 14:29 -0800, Andre McCurdy wrote:
FULL_OPTIMIZATION_armv7a = "-fexpensive-optimizations -fomit
On Mon, 2016-01-11 at 14:58 -0800, Khem Raj wrote:
> > On Jan 7, 2016, at 3:40 PM, Phil Blundell wrote:
> >
> > On Thu, 2016-01-07 at 14:29 -0800, Andre McCurdy wrote:
> > > FULL_OPTIMIZATION_armv7a = "-fexpensive-optimizations -fomit
> > > -frame-pointer -O4 -ffast-math"
> > > +FULL_OPTIMIZATION
> On Jan 7, 2016, at 3:40 PM, Phil Blundell wrote:
>
> On Thu, 2016-01-07 at 14:29 -0800, Andre McCurdy wrote:
>> FULL_OPTIMIZATION_armv7a = "-fexpensive-optimizations -fomit-frame-pointer
>> -O4 -ffast-math"
>> +FULL_OPTIMIZATION_armv7ve = "-fexpensive-optimizations -fomit-frame-pointer
>> -O
On Thu, Jan 7, 2016 at 3:40 PM, Phil Blundell wrote:
> On Thu, 2016-01-07 at 14:29 -0800, Andre McCurdy wrote:
>> FULL_OPTIMIZATION_armv7a = "-fexpensive-optimizations -fomit-frame-pointer
>> -O4 -ffast-math"
>> +FULL_OPTIMIZATION_armv7ve = "-fexpensive-optimizations -fomit-frame-pointer
>> -O4
On Thu, 2016-01-07 at 14:29 -0800, Andre McCurdy wrote:
> FULL_OPTIMIZATION_armv7a = "-fexpensive-optimizations -fomit-frame-pointer
> -O4 -ffast-math"
> +FULL_OPTIMIZATION_armv7ve = "-fexpensive-optimizations -fomit-frame-pointer
> -O4 -ffast-math"
I wonder if this would be better as just FULL
Signed-off-by: Andre McCurdy
---
meta/recipes-multimedia/libav/libav.inc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/recipes-multimedia/libav/libav.inc
b/meta/recipes-multimedia/libav/libav.inc
index 05b7e87..371e066 100644
--- a/meta/recipes-multimedia/libav/libav.inc
+++ b/meta/