[OE-core] [PATCH] x264: SPE is not compatible with Altivec

Saul Wold sgw at linux.intel.com
Fri Feb 21 18:28:15 UTC 2014


On 02/21/2014 05:56 AM, David Nyström wrote:
> Signed-off-by: David Nyström <david.c.nystrom at gmail.com>
> ---
>   meta/recipes-multimedia/x264/x264_git.bb | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/meta/recipes-multimedia/x264/x264_git.bb b/meta/recipes-multimedia/x264/x264_git.bb
> index 5ebf885..782c26e 100644
> --- a/meta/recipes-multimedia/x264/x264_git.bb
> +++ b/meta/recipes-multimedia/x264/x264_git.bb
> @@ -23,6 +23,7 @@ inherit lib_package pkgconfig
>   X264_DISABLE_ASM = ""
>   X264_DISABLE_ASM_armv4 = "--disable-asm"
>   X264_DISABLE_ASM_armv5 = "--disable-asm"
> +X264_DISABLE_ASM_e500v2 = "--disable-asm"
>
I think that this change really belongs in the e500v2 BSP, it's not 
generic enough to include in core.

Thanks
	Sau!


>   EXTRA_OECONF = '--prefix=${prefix} \
>                   --host=${HOST_SYS} \
>



More information about the Openembedded-core mailing list