This is an automated email from the git hooks/post-receive script.
Git pushed a commit to branch master
in repository ffmpeg.
The following commit(s) were added to refs/heads/master by this push:
new 9ab345b2d1 fftools/graph: Add missing include "libavutil/mem.h" for
fftools/graph/graphprint.c
9ab345b2d1 is described below
commit 9ab345b2d1fd11d34985826f9a3ff4a5e2fa4e9e
Author: Yong Yu <[email protected]>
AuthorDate: Mon Mar 23 09:49:23 2026 -0700
Commit: michaelni <[email protected]>
CommitDate: Thu May 7 22:00:38 2026 +0000
fftools/graph: Add missing include "libavutil/mem.h" for
fftools/graph/graphprint.c
when HAVE_AV_CONFIG_H is defined, include libavutil/mem.h
is skipped in libavutil/common.h.
Need this header file to build successfully.
---
fftools/graph/graphprint.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/fftools/graph/graphprint.c b/fftools/graph/graphprint.c
index 5b050506d0..c2621bc38b 100644
--- a/fftools/graph/graphprint.c
+++ b/fftools/graph/graphprint.c
@@ -33,6 +33,7 @@
#include "libavutil/avassert.h"
#include "libavutil/avstring.h"
+#include "libavutil/mem.h"
#include "libavutil/pixdesc.h"
#include "libavutil/dict.h"
#include "libavutil/common.h"
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]