From 278b3ae129464e1a309240a37667fecdf7e97ac5 Mon Sep 17 00:00:00 2001 From: arpi Date: Sun, 12 May 2002 02:18:52 +0000 Subject: =?UTF-8?q?various=20openbsd=20and=20general=20warning=20fixes=20-?= =?UTF-8?q?=20patch=20by=20Bj=C3=B6rn=20Sandell=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6058 b3059339-0415-0410-9bf9-f77b7e298cf2 --- liba52/parse.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'liba52') diff --git a/liba52/parse.c b/liba52/parse.c index 9dd80a73a4..d3557019d7 100644 --- a/liba52/parse.c +++ b/liba52/parse.c @@ -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 { -- cgit v1.2.3