[Mplayer-cvslog] CVS: main/liba52 parse.c,1.5,1.6

Sascha Sommer saschasommer at freenet.de
Thu Apr 1 14:52:47 CEST 2004


> Perhaps someone should port memalign to MinGW? ;)
>

It is not easy as windows does not support aligned malloc.
Furthermore mingw people don't want to have their own malloc funcs. They
want to
use the ones from ms libc and the great advantage of memalign is that you
can simply call
free on the allocated blocks. Linking mplayer to a seperate malloc lib which
provides memalign also won't work
as free is used on various other places (for freeing strings), too.

Sascha




More information about the MPlayer-cvslog mailing list