[Buildroot] [PATCH v3 2/2] ffmpeg: Add sse4 related options BR2_X86_CPU_HAS_SSE4 / BR2_X86_CPU_HAS_SSE4

Samuel Martin s.martin49 at gmail.com
Tue Jan 14 21:02:06 UTC 2014


Arnout, all,

2014/1/14 Arnout Vandecappelle <arnout at mind.be>

> On 02/01/14 18:59, Bernd Kuhls wrote:
>
>>
>> Signed-off-by: Bernd Kuhls <berndkuhls at hotmail.com>
>> ---
>>   arch/Config.in.x86       |    4 ++++
>>   package/ffmpeg/ffmpeg.mk |   14 +++++++++++++-
>>   2 files changed, 17 insertions(+), 1 deletion(-)
>>
>> diff --git a/arch/Config.in.x86 b/arch/Config.in.x86
>> index ce30605..15d5c16 100644
>> --- a/arch/Config.in.x86
>> +++ b/arch/Config.in.x86
>> @@ -9,6 +9,10 @@ config BR2_X86_CPU_HAS_SSE3
>>         bool
>>   config BR2_X86_CPU_HAS_SSSE3
>>         bool
>> +config BR2_X86_CPU_HAS_SSE4
>> +       bool
>> +config BR2_X86_CPU_HAS_SSE42
>> +       bool
>>
>
>  Since nobody selects these symbols, this patch just adds dead code, right?
>

Well, I have a bump of opencv in the pipe that can use these new symbols
too.

Regards,


-- 
Samuel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20140114/afa3c89c/attachment.html>


More information about the buildroot mailing list