On Mon, Apr 30, 2012 at 07:15:11AM -0700, Khem Raj wrote: > On Mon, Apr 30, 2012 at 3:43 AM, Martin Jansa <[email protected]> wrote: > > I've found one more, which seems to happen only on x86(-64) > > /OE/shr-core/meta-openembedded/meta-oe/recipes-multimedia/libav/libav_0.7.4.bb > > /OE/shr-core/tmp-eglibc/work/x86_64-oe-linux/libav/libav-0.7.4-r4.0/git/libavcodec/x86/h264_qpel_mmx.c: > > Assembler messages: > > /OE/shr-core/tmp-eglibc/work/x86_64-oe-linux/libav/libav-0.7.4-r4.0/git/libavcodec/x86/h264_qpel_mmx.c:1294: > > Error: operand type mismatch for `cmp' > > /OE/shr-core/tmp-eglibc/work/x86_64-oe-linux/libav/libav-0.7.4-r4.0/git/libavcodec/x86/h264_qpel_mmx.c:1294: > > Error: operand type mismatch for `cmp' > > /OE/shr-core/tmp-eglibc/work/x86_64-oe-linux/libav/libav-0.7.4-r4.0/git/libavcodec/x86/h264_qpel_mmx.c:1298: > > Error: operand type mismatch for `cmp' > > /OE/shr-core/tmp-eglibc/work/x86_64-oe-linux/libav/libav-0.7.4-r4.0/git/libavcodec/x86/h264_qpel_mmx.c:1298: > > Error: operand type mismatch for `cmp' > > /OE/shr-core/tmp-eglibc/work/x86_64-oe-linux/libav/libav-0.7.4-r4.0/git/libavcodec/x86/h264_qpel_mmx.c:964: > > Error: operand type mismatch for `cmp' > > /OE/shr-core/tmp-eglibc/work/x86_64-oe-linux/libav/libav-0.7.4-r4.0/git/libavcodec/x86/h264_qpel_mmx.c:964: > > Error: operand type mismatch for `cmp' > > /OE/shr-core/tmp-eglibc/work/x86_64-oe-linux/libav/libav-0.7.4-r4.0/git/libavcodec/x86/h264_qpel_mmx.c:964: > > Error: operand type mismatch for `cmp' > > port the below commit from OE-Core/master > > commit 1161c40a26146629613bd6a17b263175a492b751 > Author: Khem Raj <[email protected]> > Date: Fri Mar 30 12:07:39 2012 -0700 > > gst-ffmpeg: Fix build with gcc 4.7 > > A cmp instruction with two constants is invalid, therefore 'g' constraint > is not correct but must be "rm" instead. > > Signed-off-by: Khem Raj <[email protected]> > Signed-off-by: Richard Purdie <[email protected]>
Thanks, works, done in meta-oe-contrib/jansa/test -- Martin 'JaMa' Jansa jabber: [email protected]
signature.asc
Description: Digital signature
_______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
