summaryrefslogtreecommitdiff
path: root/devel/electron4/files/patch-third__party_ffmpeg_libavutil_mem.c
blob: 753164f18794c04523e28aaa3731a685ba143222 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- third_party/ffmpeg/libavutil/mem.c.orig	2019-03-15 06:40:46 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"