[FFmpeg-cvslog] avutil/file: Don't include avutil.h
Andreas Rheinhardt
git at videolan.org
Thu Feb 24 14:28:44 EET 2022
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Fri Jul 23 11:42:54 2021 +0200| [eaba16ba704057336fc696949b178489cb36f812] | committer: Andreas Rheinhardt
avutil/file: Don't include avutil.h
Reviewed-by: Martin Storsjö <martin at martin.st>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=eaba16ba704057336fc696949b178489cb36f812
---
libavutil/file.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/libavutil/file.h b/libavutil/file.h
index 3ef4a6022c..8ec210e783 100644
--- a/libavutil/file.h
+++ b/libavutil/file.h
@@ -19,9 +19,10 @@
#ifndef AVUTIL_FILE_H
#define AVUTIL_FILE_H
+#include <stddef.h>
#include <stdint.h>
-#include "avutil.h"
+#include "attributes.h"
/**
* @file
More information about the ffmpeg-cvslog
mailing list