3b94bb8480
Note that this version will not yet build on i386 boxes without (S)SSE3. Submitted by: George Liaskos Security: http://www.vuxml.org/freebsd/1449af37-9eba-11e1-b9c1-00262d5ed8ee.html
11 lines
330 B
C
11 lines
330 B
C
--- third_party/ffmpeg/libavutil/mem.c.orig 2011-09-11 11:03:30.000000000 +0300
|
|
+++ third_party/ffmpeg/libavutil/mem.c 2011-09-12 23:49:42.000000000 +0300
|
|
@@ -31,7 +31,7 @@
|
|
#include <limits.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
-#if HAVE_MALLOC_H
|
|
+#if HAVE_MALLOC_H && !defined(__FreeBSD__)
|
|
#include <malloc.h>
|
|
#endif
|
|
|