aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third__party_ffmpeg_libavutil_mem.c
blob: 728c5d275bce47bea6bdeb74da784940043ae90d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- third_party/ffmpeg/libavutil/mem.c.orig	2020-11-13 06:42:16 UTC
+++ third_party/ffmpeg/libavutil/mem.c
@@ -32,9 +32,6 @@
 #include <stdint.h>
 #include <stdlib.h>
 #include <string.h>
-#if HAVE_MALLOC_H
-#include <malloc.h>
-#endif
 
 #include "avassert.h"
 #include "avutil.h"