]> git.sesse.net Git - ffmpeg/commit
configure: remove malloc_aligned.
authorRonald S. Bultje <rsbultje@gmail.com>
Sun, 29 Apr 2012 17:40:37 +0000 (10:40 -0700)
committerRonald S. Bultje <rsbultje@gmail.com>
Wed, 2 May 2012 16:57:12 +0000 (09:57 -0700)
commit77cfb2563c6bc234a354c1694de8a9eb76a309cf
tree122afcc290aff7306fdc7a230c0545efa29528a0
parent82a0497cf317a9bf3e5d65fb13485097d0e88321
configure: remove malloc_aligned.

It was to signal that allocations are 16-byte aligned, but AVX requires
32-byte alignment, thus the check is no longer useful (and causes
crashes).
configure