aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third__party_ffmpeg_libavutil_mem.c
blob: c08111a1c4f0415354445b5e83da20530d614984 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- third_party/ffmpeg/libavutil/mem.c.orig	2021-03-13 00:03:35 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"