freebsd-ports/www/chromium/files/patch-third_party__ffmpeg__libavutil__mem.c
Rene Ladan 3b94bb8480 Update to 19.0.1084.52
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
2012-05-28 22:29:08 +00:00

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