diff options
Diffstat (limited to 'audio/xmms-wma/files/patch-ffmpeg-strip-mem.c')
-rw-r--r-- | audio/xmms-wma/files/patch-ffmpeg-strip-mem.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/xmms-wma/files/patch-ffmpeg-strip-mem.c b/audio/xmms-wma/files/patch-ffmpeg-strip-mem.c new file mode 100644 index 000000000000..110ff147ee82 --- /dev/null +++ b/audio/xmms-wma/files/patch-ffmpeg-strip-mem.c @@ -0,0 +1,12 @@ +--- ffmpeg-strip-wma/mem.c.orig Thu Feb 26 12:25:16 2004 ++++ ffmpeg-strip-wma/mem.c Thu Feb 26 11:43:42 2004 +@@ -29,6 +29,9 @@ + #undef free + #undef realloc + ++#undef HAVE_MEMALIGN ++#undef HAVE_MALLOC_H ++ + #ifdef HAVE_MALLOC_H + #include <malloc.h> + #endif |