[FFmpeg-cvslog] r19438 - trunk/configure

Måns Rullgård mans
Thu Jul 16 02:11:28 CEST 2009


Benoit Fouet <benoit.fouet at free.fr> writes:

> mru wrote :
>> Modified: trunk/configure
>> ==============================================================================
>> --- trunk/configure	Wed Jul 15 14:23:38 2009	(r19437)
>> +++ trunk/configure	Wed Jul 15 20:33:12 2009	(r19438)
>> @@ -1040,6 +1040,8 @@ sse_deps="mmx"
>>  ssse3_deps="sse"
>>  vis_deps="sparc"
>>  
>> +need_memalign="altivec neon sse"
>> +
>
> [...]
>
>> -if enabled sse && { ! enabled_any memalign memalign_hack posix_memalign && enabled need_memalign ;} ; then
>> +if ! enabled_any memalign memalign_hack posix_memalign malloc_aligned &&
>> +     enabled_any $need_memalign ; then
>>      die "Error, no aligned memory allocator but SSE enabled, disable it or use --enable-memalign-hack."
>>   
>
> I guess this trace could be updated too

Yes, it could.  However, is there any reason we don't simply enable
memalign-hack in this situation?

-- 
M?ns Rullg?rd
mans at mansr.com



More information about the ffmpeg-cvslog mailing list