This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch release/8.0
in repository ffmpeg.

commit 4496e91abbdc15523bcad88a493fbcaa2e8a17f8
Author:     Yong Yu <[email protected]>
AuthorDate: Mon Mar 23 09:49:23 2026 -0700
Commit:     Michael Niedermayer <[email protected]>
CommitDate: Sun Jun 14 04:58:58 2026 +0200

    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.
    
    (cherry picked from commit 9ab345b2d1fd11d34985826f9a3ff4a5e2fa4e9e)
    Signed-off-by: Michael Niedermayer <[email protected]>
---
 fftools/graph/graphprint.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/fftools/graph/graphprint.c b/fftools/graph/graphprint.c
index 242eaf8ba1..3370caf34b 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]

Reply via email to