$NetBSD: patch-ab,v 1.1.1.1 2005/03/01 01:17:00 xtraeme Exp $ --- ffmpeg-strip-wma/mem.c.orig 2005-03-01 01:58:20.000000000 +0100 +++ ffmpeg-strip-wma/mem.c 2005-03-01 01:59:04.000000000 +0100 @@ -32,6 +32,12 @@ #ifdef HAVE_MALLOC_H #include #endif +#include +#include + +#ifdef BSD +#undef HAVE_MEMALIGN +#endif /* you can redefine av_malloc and av_free in your project to use your memory allocator. You do not need to suppress this file because the