diff options
author | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-05-12 02:18:52 +0000 |
---|---|---|
committer | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-05-12 02:18:52 +0000 |
commit | 278b3ae129464e1a309240a37667fecdf7e97ac5 (patch) | |
tree | da69625255a4500c44870334fe9f69e691377c19 /liba52 | |
parent | fbba89f83b8631f2b5450b0fced0a88e5f9cb64c (diff) |
various openbsd and general warning fixes - patch by Björn Sandell <biorn@dce.chalmers.se>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6058 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'liba52')
-rw-r--r-- | liba52/parse.c | 3 |
1 files changed, 0 insertions, 3 deletions
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 { |