Mercurial > mplayer.hg
diff liba52/parse.c @ 6057:31e465fda59c
various openbsd and general warning fixes - patch by Bj«Órn Sandell <biorn@dce.chalmers.se>
author | arpi |
---|---|
date | Sun, 12 May 2002 02:18:52 +0000 |
parents | 225ebd13bfb9 |
children | f52e662bf365 |
line wrap: on
line diff
--- a/liba52/parse.c Sun May 12 01:51:09 2002 +0000 +++ b/liba52/parse.c Sun May 12 02:18:52 2002 +0000 @@ -35,9 +35,6 @@ #ifdef HAVE_MEMALIGN /* some systems have memalign() but no declaration for it */ void * memalign (size_t align, size_t size); -#else -/* assume malloc alignment is sufficient */ -#define memalign(align,size) malloc (size) #endif typedef struct {