OSDN Git Service

Require aligned memory for everything that needs it
authorMåns Rullgård <mans@mansr.com>
Wed, 15 Jul 2009 18:33:12 +0000 (18:33 +0000)
committerMåns Rullgård <mans@mansr.com>
Wed, 15 Jul 2009 18:33:12 +0000 (18:33 +0000)
commit89e053f83db596c9263fd9d8cae6f4e15a9b4d49
tree251ce363194d6c51881730315a46702ec5a1ea2c
parentbd20afc4017f07325045fbb2390561985fa85028
Require aligned memory for everything that needs it

Altivec, NEON, and SSE require more alignment than standard malloc()
guarantees, whereas MMX does not.  Update checks to reflect this.

Originally committed as revision 19438 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure