summaryrefslogtreecommitdiff
path: root/www/chromium-uc/patches/patch-third_party_ffmpeg_libavutil_mem_c
blob: 307a4e832b243291a7b351f69f0f43f5c6f814e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$OpenBSD: patch-third_party_ffmpeg_libavutil_mem_c,v 1.5 2021/11/16 11:28:47 robert Exp $
Index: third_party/ffmpeg/libavutil/mem.c
--- third_party/ffmpeg/libavutil/mem.c.orig
+++ 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 "avutil.h"
 #include "common.h"