]> git.sesse.net Git - ffmpeg/commit
configure: memalign is broken on djgpp 2.05
authorPeter Ross <pross@xvid.org>
Tue, 13 Nov 2018 10:32:23 +0000 (21:32 +1100)
committerPeter Ross <pross@xvid.org>
Wed, 28 Nov 2018 11:16:07 +0000 (22:16 +1100)
commit8b7a1c22274e591f6927e1d4f0e2cb6989081fcc
tree045c72347384f111c74531a2167b56e1e6d2121c
parentdea1224754fda003b0229c56bce6602a5699d8db
configure: memalign is broken on djgpp 2.05

djgpp 2.05 finally provides posix-compatible memalign, but it is broken,
so use malloc instead.

discussion: http://www.delorie.com/archives/browse.cgi?p=djgpp/2017/12/29/16:26:58
configure