aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third__party_ffmpeg_libavutil_mem.c
blob: 6b83f6ed0c8163e17cad591acff0a35df0d595a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- third_party/ffmpeg/libavutil/mem.c.orig	2022-05-19 14:06:27 UTC
+++ third_party/ffmpeg/libavutil/mem.c
@@ -33,9 +33,6 @@
 #include <stdlib.h>
 #include <stdatomic.h>
 #include <string.h>
-#if HAVE_MALLOC_H
-#include <malloc.h>
-#endif
 
 #include "attributes.h"
 #include "avassert.h"