summaryrefslogtreecommitdiff
path: root/devel/electron7/files/patch-third__party_ffmpeg_libavutil_mem.c
blob: 400d671d2418f27073ae40c57e507cd5798e528c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- third_party/ffmpeg/libavutil/mem.c.orig	2019-12-12 12:45:07 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"