blob: c08111a1c4f0415354445b5e83da20530d614984 (
plain) (
tree)
|
|
--- 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"
|