Re: [OE-core] [PATCH] ffmpeg: disable cpu autodetection

2017-01-30 Thread Andreas Oberritter
On Mon, 30 Jan 2017 18:21:10 -0500 Denys Dmytriyenko wrote: > On Mon, Jan 30, 2017 at 10:59:50PM +0100, Andreas Oberritter wrote: > > Just pass the correct -mcpu= configure switch (fallback to generic). > > > > Avoids warnings like: > > | warning: switch -mcpu=cortex-a15

Re: [OE-core] [PATCH] ffmpeg: disable cpu autodetection

2017-01-30 Thread Denys Dmytriyenko
On Mon, Jan 30, 2017 at 10:59:50PM +0100, Andreas Oberritter wrote: > Just pass the correct -mcpu= configure switch (fallback to generic). > > Avoids warnings like: > | warning: switch -mcpu=cortex-a15 conflicts with -march=armv7-a switch That is actually a valid warning - cortex-a15 is armv7ve,

[OE-core] [PATCH] ffmpeg: disable cpu autodetection

2017-01-30 Thread Andreas Oberritter
Just pass the correct -mcpu= configure switch (fallback to generic). Avoids warnings like: | warning: switch -mcpu=cortex-a15 conflicts with -march=armv7-a switch Signed-off-by: Andreas Oberritter --- meta/recipes-multimedia/ffmpeg/ffmpeg_3.2.2.bb | 7 +++ 1 file