mirror of
https://git.freebsd.org/ports.git
synced 2025-07-04 19:09:16 -04:00
12 lines
289 B
C
12 lines
289 B
C
--- 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"
|