2008-02-20 10:56:44 +01:00
|
|
|
$NetBSD: patch-ai,v 1.2 2008/02/20 09:56:44 xtraeme Exp $
|
2006-08-09 19:55:51 +02:00
|
|
|
|
2008-02-20 10:56:44 +01:00
|
|
|
--- a52dec-0.7.3/liba52/parse.c.orig 2008-02-19 19:41:19.000000000 +0100
|
|
|
|
+++ a52dec-0.7.3/liba52/parse.c 2008-02-19 19:41:32.000000000 +0100
|
|
|
|
@@ -32,7 +32,7 @@
|
|
|
|
#include "bitstream.h"
|
|
|
|
#include "tables.h"
|
2006-08-09 19:55:51 +02:00
|
|
|
|
2008-02-20 10:56:44 +01:00
|
|
|
-#ifdef HAVE_MEMALIGN
|
|
|
|
+#if 0
|
|
|
|
/* some systems have memalign() but no declaration for it */
|
|
|
|
void * memalign (size_t align, size_t size);
|
|
|
|
#else
|