[FFmpeg-cvslog] r19438 - trunk/configure
Benoit Fouet
benoit.fouet
Thu Jul 16 02:17:59 CEST 2009
M?ns Rullg?rd wrote :
> 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?
>
>
with a warning explaining why instead of this error ?
--
Ben
More information about the ffmpeg-cvslog
mailing list