on 30/05/2012 13:59 George Liaskos said the following:
> Duhh, sorry I am multitasking at work.
> 
> Then if i understand correctly we should drop the dependency to the
> skia_opts_ssse3 target.
> There is a line[1135] which does this for android, try to add freebsd
> in the condition.
> 
> The skia_opts_ssse3 target includes SkBitmapProcState_opts_SSSE3.cpp,
> which uses tmmintrin.h.

Apologies if I wasn't clear originally...
I think that the problem is that -mssse3 must be passed to a compiler when
compiling skia_opts_ssse3 target and then everything would compile as it should.
But for some reason that is not done.
I suspect some problem is the .gyp file or gyp utility or somewhere else.
E.g. if I add an non-existing flag '-favg-avg' in the same cflags list where
'-mssse3' is specified, then the -favg-avg flag appears in the generated
skia/skia_opts_ssse3.target.mk file.  But -mssse3 doesn't appear there...
What 'eats' it I don't know yet.

-- 
Andriy Gapon
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-chromium
To unsubscribe, send any mail to "[email protected]"

Reply via email to