Change #266565
| Category | ffmpeg |
| Changed by | Yong Yu <yuyong05@gmail.com> |
| Changed at | Fri 08 May 2026 00:00:38 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 9ab345b2d1fd11d34985826f9a3ff4a5e2fa4e9e |
Comments
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.
Changed files
- fftools/graph/graphprint.c