Re: [OE-core] [PATCH 1/7] ffmpeg: update to 2.8.6

2016-02-24 Thread Martin Jansa
On Wed, Feb 24, 2016 at 03:28:16PM +0200, Alexander Kanavin wrote: > On 02/24/2016 03:16 PM, Martin Jansa wrote: > > > The distro needs to set ARM_INSTRUCTION_SET to "thumb" in order to enable > > actually using this TUNE_FEATURE. > > > > With recent improvements in tune files you should clearly

Re: [OE-core] [PATCH 1/7] ffmpeg: update to 2.8.6

2016-02-24 Thread Alexander Kanavin
On 02/24/2016 03:16 PM, Martin Jansa wrote: The distro needs to set ARM_INSTRUCTION_SET to "thumb" in order to enable actually using this TUNE_FEATURE. With recent improvements in tune files you should clearly see that default qemuarm builds are using TUNE_PKGARCH without "t" in it which means

Re: [OE-core] [PATCH 1/7] ffmpeg: update to 2.8.6

2016-02-24 Thread Martin Jansa
On Wed, Feb 24, 2016 at 02:34:32PM +0200, Alexander Kanavin wrote: > On 02/24/2016 03:55 AM, Martin Jansa wrote: > > Fails to build for qemuarm when thumb is enabled. > > > > Why was: > > ARM_INSTRUCTION_SET = "arm" > > > > removed in > >

Re: [OE-core] [PATCH 1/7] ffmpeg: update to 2.8.6

2016-02-24 Thread Alexander Kanavin
On 02/24/2016 03:55 AM, Martin Jansa wrote: Fails to build for qemuarm when thumb is enabled. Why was: ARM_INSTRUCTION_SET = "arm" removed in http://git.openembedded.org/openembedded-core/commit/?id=77dbf07293df15cd5473422abd678930d6277bb0 without checking if it works? That line has no

Re: [OE-core] [PATCH 1/7] ffmpeg: update to 2.8.6

2016-02-23 Thread Martin Jansa
Fails to build for qemuarm when thumb is enabled. Why was: ARM_INSTRUCTION_SET = "arm" removed in http://git.openembedded.org/openembedded-core/commit/?id=77dbf07293df15cd5473422abd678930d6277bb0 without checking if it works? | {standard input}: Assembler messages: | {standard input}:288:

Re: [OE-core] [PATCH 1/7] ffmpeg: update to 2.8.6

2016-02-11 Thread akuster808
This update includes CVE-2016-2213 Fixes out of array read http://git.videolan.org/?p=ffmpeg.git;a=commit;h=0aada30510d809bccfd539a90ea37b61188f2cb4 On 02/10/2016 04:42 AM, Alexander Kanavin wrote: > Add libxv dependency only when libavdevice is enabled (as nothing else needs > it). > >

[OE-core] [PATCH 1/7] ffmpeg: update to 2.8.6

2016-02-10 Thread Alexander Kanavin
Add libxv dependency only when libavdevice is enabled (as nothing else needs it). Signed-off-by: Alexander Kanavin --- .../ffmpeg/{ffmpeg_2.8.5.bb => ffmpeg_2.8.6.bb} | 8 1 file changed, 4 insertions(+), 4 deletions(-) rename