[oe] [meta-oe][meta-multimedia][PATCH 2/2] vlc: update to 2.2.1

Rafaël Carré funman at videolan.org
Wed Aug 19 06:14:16 UTC 2015


On 08/19/2015 05:05 AM, Tim Orling wrote:
> On Tue, Aug 18, 2015 at 2:44 AM, Martin Jansa <martin.jansa at gmail.com>
> wrote:
> 
>> On Sun, Aug 02, 2015 at 06:07:57PM -0700, Tim Orling wrote:
>>> I accidentally left libvorbis as a dependency in vlc.inc, which is not
>>> needed (tremor provides what was needed).
>>>
>>> You can pull the corrected recipes from:
>>>
>>>
>> http://git.openembedded.org/meta-openembedded-contrib/log/?h=timo/vlc-2.2.1
>>>
>>> --Tim
>>
>> It still fails with that libtool error:
>> http://errors.yoctoproject.org/Errors/Details/14498/
>> but I'll merge it anyway, because it doesn't make things worse than old
>> version.
>>
>> It is having a problem with the assembly files (e.g.
> vlc-2.2.1/modules/arm_neon/i422_yuyv.S )
> 
> 
> Anybody have any ideas? I would guess that --tag=CC would still apply, but
> I don't see any obvious support for assembly files in the libtool docs.
> 
> --Tim

This vlc.inc diff lets VLC build correctly for me:

-    sed -i -e s:'${top_builddir_slash}libtool':${TARGET_SYS}-libtool:g
${B}/doltlibtool
+    sed -i -e
s:'${top_builddir_slash}libtool':'${top_builddir_slash}'${TARGET_SYS}-libtool:g
${B}/doltlibtool



More information about the Openembedded-devel mailing list